import { Config } from '@alicloud/pop-core'; declare function aliyun_send(phone: string, sign: string, template_id: string, template_param: Record, config: Config | any): Promise; export { aliyun_send };