export declare const API: { WEBEX_CHECK_CONTROL_HUB_INTEGRATION: string; SITES: string; SITE: string; DEVICE_TYPES: string; SITE_SETTINGS: string; VM_USER_TEMPLATES: string; EXISTING_USERS: string; USER_TEMPLATES_UPLOAD_LIST: string; USER_TEMPLATE_TOKEN: string; AVAILABLE_DN_IN_RANGES: string; USER_CHECK_ID_EXISTING: string; LDAP_USERS: string; USERS: string; CREATE_NEW_USER_FROM_TEMPLATE: string; DEVICE_DEFAULTS: string; }; export declare const USER_CREATION_TYPES: { CUCM: string; MT: string; }; export declare const MAX_INTEGER = 2147483647; export declare const CUTTING_SYMBOLS: string[]; export declare const BREADCRUMB_LENGTH_LIMIT = 20; export declare const DEFAULT_CUTTING_LENGTH = 15;