declare const _default: { ERRORS: { FILENAME_REQUIRED: string; CONTENT_REQUIRED: string; SUBJECT_REQUIRED: string; FROM_REQUIRED: string; SENDING_FAILED: string; NO_DATA_ERROR: string; TEST_INBOX_ID_MISSING: string; ACCOUNT_ID_MISSING: string; ORGANIZATION_ID_MISSING: string; BULK_SANDBOX_INCOMPATIBLE: string; }; CLIENT_SETTINGS: { SENDING_ENDPOINT: string; BULK_ENDPOINT: string; TESTING_ENDPOINT: string; GENERAL_ENDPOINT: string; USER_AGENT: string; MAX_REDIRECTS: number; TIMEOUT: number; }; TRANSPORT_SETTINGS: { NAME: string; }; }; export default _default; //# sourceMappingURL=index.d.ts.map