export declare const mailSubject: {
    forgotPasswordSubject: string;
    changePasswordSubject: string;
    welcomeSubject: string;
    exceptionMail: string;
    otpSubject: string;
};
