export declare const mailTemplates: {
    general: (config: {
        header: string;
        body: string;
        footer?: string;
    }) => string;
};
