export declare class TencentCloudSmsUtil { static sendMessage({ config, countryCode, phoneNumber, templateId, params, }: { config: any; countryCode?: string; phoneNumber: any; templateId: any; params: any; }): Promise; static sendCaptcha({ config, countryCode, phoneNumber, }: { config: any; countryCode?: string; phoneNumber: any; }): Promise; }