export declare const APPLICATION_JSON = "application/json"; export declare const CALL_HISTORY_FILE = "CallHistory"; export declare const CONTENT_TYPE = "Content-Type"; export declare const CONFIG = "config"; export declare const DELETE_CALL_HISTORY_RECORDS_ENDPOINT = "markAsDeleted"; export declare const FROM_DATE = "?from"; export declare const HISTORY = "history"; export declare const LIMIT = 50; export declare const LINES = "lines"; export declare const NUMBER_OF_DAYS = 10; export declare const ORG_ID = "orgId"; export declare const PEOPLE = "people"; export declare const RESPONSE_MESSAGE = "responseMessage"; export declare const SET_READ_STATE_SUCCESS_MESSAGE = "Missed calls are read by the user."; export declare const SET_DELETE_CALL_RECORDS_SUCCESS_MESSAGE = "Call history records are deleted by the user."; export declare const SET_DELETE_CALL_RECORDS_INVALID_DATE_FORMAT_MESSAGE = "The provided date is malformed or invalid"; export declare const SUCCESS_MESSAGE = "SUCCESS"; export declare const STATUS_CODE = "statusCode"; export declare const USER_SESSIONS = "userSessions"; export declare const UPDATE_MISSED_CALLS_ENDPOINT = "setReadState"; export declare const UNIFIED_COMMUNICATIONS = "uc"; export declare const VERSION_1 = "v1"; export declare const METHODS: { GET_CALL_HISTORY_DATA: string; UPDATE_MISSED_CALLS: string; FETCH_UCM_LINES_DATA: string; DELETE_CALL_HISTORY_RECORDS: string; }; //# sourceMappingURL=constants.d.ts.map