export declare class Sms { static sendTemplateSms(config: { phone: string; flowId: string; variables: (string | number)[]; }): void; } //# sourceMappingURL=sms.d.ts.map