export declare function mailTo(recipients?: string[], subject?: string, body?: string): void;
