interface T_send { (from: string, to: string, subject: string, content: string, opt: any): Promise; } export { T_send };