export declare const CALL_SETTINGS_FILE = "CallSettings"; export declare const PEOPLE_ENDPOINT = "people"; export declare const USER_ENDPOINT = "user"; export declare const ORG_ENDPOINT = "orgId"; export declare const DND_ENDPOINT = "features/doNotDisturb"; export declare const CF_ENDPOINT = "features/callForwarding"; export declare const VM_ENDPOINT = "features/voicemail"; export declare const CALL_WAITING_ENDPOINT = "CallWaiting"; export declare const XSI_VERSION = "v2.0"; export declare const METHODS: { INITIALIZE_BACKEND_CONNECTOR: string; GET_CALL_WAITING_SETTING: string; GET_DO_NOT_DISTURB_SETTING: string; SET_DO_NOT_DISTURB_SETTING: string; GET_CALL_FORWARD_SETTING: string; SET_CALL_FORWARD_SETTING: string; GET_VOICEMAIL_SETTING: string; SET_VOICEMAIL_SETTING: string; GET_CALL_FORWARD_ALWAYS_SETTING: string; GET_METHOD_NOT_SUPPORTED_RESPONSE: string; }; //# sourceMappingURL=constants.d.ts.map