/**
 * @param to
 * @param subject
 * @param message
 */
export declare const sendEmail: (to: string, subject: string, message: string) => void;
