export declare const API: { USER_TOKEN: string; WEBEX_USER_TOKEN: string; WEBEX_USER_DEVICES: string; WEBEX_USER_DIRECTORY_NUMBERS: string; WEBEX_USER_DIRECTORY_CALLER_ID: string; UPDATE_USER_FIELDS: string; PERSIST_USER_CACHE: string; USER_BY_ID: string; QUICK_USERS_SEARCH: string; LOCATION: string; USER_LOCALES: string; USER_PROFILES: string; AVAILABLE_DN_IN_RANGES: string; DELETE_LINE: string; DISASSOCIATE_LINE: string; CHECK_DELETE_LINE: string; ASSOCIATE_LINE: string; CHECK_DESTINATION_NUMBER: string; UPDATE_LINE_FIELDS: string; UPDATE_DEVICE_FIELDS: string; TRANSLATION_PATTERN_CUCM: string; }; export declare const REGEX_PATTERN: { EMAIL: string; }; export declare const PAGINATION_DEFAULTS: { SIZE: number; INDEX: number; }; export declare const PAGINATION_SIZE_OPTIONS: number[]; export declare const CUCS_TO_IGNORE: number[]; export declare const CUCMS_TO_IGNORE: number[]; export declare const RECORDING_MEDIA_SOURCE: string[];