export declare const NOTIFICATION_PATTERN: {
    handleAccountVerificationNotification: string;
    handleResetLinkNotification: string;
    handleBusinessAccountCreatedNotification: string;
    handleBusinessAccountSetPasswordNotification: string;
    handleFreelancerAccountSetPasswordNotification: string;
    handleSendBulkInterviewInvites: string;
    handleFreelancerAccountCreatedNotification: string;
    handleSetPasswordLinkNotification: string;
    handleLeadNotificationToAdmin: string;
    handleDailyFreelancerReportToStakeHolders: string;
    handleDailyFreelancerProfileReminderNotification: string;
    handleAiAssessmentLinkNotification: string;
    handleRecordingProcessingErrorNotification: string;
    handleResumeParserErrorNotification: string;
    handleFreelancerExportReadyNotification: string;
    handleFreelancerExportFailedNotification: string;
    handleClientExportReadyNotification: string;
    handleClientExportFailedNotification: string;
    handleAiInterviewResultErrorNotification: string;
    handleAiInterviewRecordingErrorNotification: string;
    handleAiAssessmentInterviewResultErrorNotification: string;
    handleAiAssessmentInterviewRecordingErrorNotification: string;
    handleSubAdminAccountCreatedNotification: string;
    handleUserResetPasswordByAdminNotification: string;
    handlePasswordChangeNotification: string;
};
export declare const SMS_PATTERN: {
    sendTest: string;
    queueStats: string;
    cleanQueue: string;
    status: string;
    accountInfo: string;
};
export declare const EMAIL_PATTERN: {
    sendTest: string;
    send: string;
    sendTemplate: string;
    getQueueStats: string;
    cleanQueue: string;
};
