export declare const ExceptionCodes: { authenticator: { token: string; cognito: { INTERNAL_ERROR: string; TEST: string; PASSWORD: string; }; azureB2c: { TEST: string; PASSWORD: string; }; }; database: { mongodb: { INTERNAL_ERROR: string; TEST: string; }; sqlServer: { INTERNAL_ERROR: string; TEST: string; }; }; resources: { mfa: {}; myEinstein: {}; conectaApp: {}; conectaWeb: {}; siaf: {}; }; validation: { user: { DOCUMENT: string; BIRTHDAY: string; CELLPHONE: string; }; }; };