import { EntityDict } from '../general-app-domain'; import { BackendRuntimeContext } from '../context/BackendRuntimeContext'; export declare function sendSms>(options: { origin: 'ali' | 'tencent'; templateName: string; mobile: string; templateParamSet?: Record | string[]; }, context: Cxt): Promise;