export declare const mailConfig: {
    host: string;
    port: number;
    smtp_crypto: string;
    secure: boolean;
    auth: {
        user: string;
        pass: string;
    };
};
