export declare class EmailTool { send(to: string, subject: string, html: string): Promise; } export declare let gEmailTool: EmailTool;