export declare function sendMailInit(): void; export declare function sendMail(apiConfig: any, subject: string, html: string): Promise<{}>;