export declare const COOKIES_CONFIG: { GUEST_TOKEN_KEY: string; ACCESS_TOKEN_KEY: string; ISM_ACCESS_TOKEN: string; ISM_USER_ID: string; ISM_ACCOUNT_ID: string; ISM_APP_SECRET: string; ISM_KEY_SET_ID: string; ISM_LICENSE_KEY: string; LOGGED_IN_SESSION: string; LOGGED_IN_ATTEMPTS: string; REFRESH_TOKEN_KEY: string; FINGERPRINT_KEY: string; SESSION_ID_KEY: string; USER_TYPE: string; AUTH_PASS: string; FCM_TOKEN: string; UID: string; USER_TYPE_TEXT: string; ACCOUNT_ID: string; LISCENSE_KEY: string; APP_SECRET: string; PROJECT_ID: string; KEY_SET_ID: string; ISOMETRIK_AUTH_TOKEN: string; ISOMETRIK_USER_ID: string; ISOMETRIK_CONVERSATION_ID: string; };