export declare const emails: {
    confirmEmail: {
        text: string;
        html: string;
    };
    resetPassword: {
        text: string;
        html: string;
    };
};
