export declare const DEFAULT_SDK_URL = "https://sdk-api.hackle.io"; export declare const DEFAULT_EVENT_URL = "https://event-api.hackle.io"; export declare const DEFAULT_MONITORING_URL = "https://monitoring.hackle.io"; export declare const STATIC_SDK_URL = "https://static-sdk.hackle.io"; export declare const STATIC_EVENT_URL = "https://static-event.hackle.io"; export declare const STATIC_MONITORING_URL = "https://static-monitoring.hackle.io"; export declare const DEFAULT_CDN_URL = "https://static.hackle.io"; export declare const SDK_KEY_HEADER = "X-HACKLE-SDK-KEY"; export declare const SDK_NAME_HEADER = "X-HACKLE-SDK-NAME"; export declare const SDK_VERSION_HEADER = "X-HACKLE-SDK-VERSION"; export declare const SDK_TIME_HEADER = "X-HACKLE-SDK-TIME"; export declare const SDK_VERSION = "11.55.2"; export declare const BROWSER_MIN_POOL_INTERVAL = 60000; export declare const DEFAULT_POOL_INTERVAL = 10000; export declare const REQUEST_TIME_OUT = 10000; export declare const DEFAULT_BATCH_SIZE = 1000; export declare const BROWSER_BATCH_SIZE = 100; export declare const DEFAULT_FLUSH_INTERVAL = 10000; export declare const METRIC_FLUSH_INTERVAL: number; export declare const BROWSER_FLUSH_INTERVAL = 500; export declare const DEFAULT_ON_READY_TIMEOUT = 3000; export declare const ERROR_RETRY_BASE_WAIT_SECONDS_BY_ERROR_COUNT: number[]; export declare const COOKIE_EXPIRE_DAYS: number; export declare const COOKIE_HID_KEY = "_hackle_hid"; export declare const COOKIE_USER_ID_KEY = "_hackle_id"; export declare const LOCAL_STORAGE_KEY_PREFIX = "hackle-repository-storage"; export declare const DEFAULT_SESSION_TIMEOUT_MILLIS: number; export declare const SESSION_ID_STORAGE_KEY = "_hackle_session_id"; export declare const LAST_EVENT_TIME_STORAGE_KEY = "_hackle_last_event_ts"; export declare const NO_POLLING = -1; export declare const DEFAULT_DEDUP_INTERVAL_MILLIS: number; export declare const NO_DEDUP = -1; export declare const USER_ID_STORAGE_KEY = "_hackle_uid"; export declare const DEVICE_ID_STORAGE_KEY = "_hackle_did"; export declare const MARKETING_STORAGE_KEY = "_hackle_mkt"; export declare const OVERRIDE_AB_STORAGE_PREFIX = "hackle-manual-override_ab"; export declare const OVERRIDE_FF_STORAGE_PREFIX = "hackle-manual-override_ff"; export declare const IAM_HIDE_STORAGE_PREFIX = "hackle-iam-hide"; export declare const IAM_IMPRESSION_STORAGE_PREFIX = "hackle-iam-impression"; export declare const IAM_RENDERER_VERSION = "0.0.12"; export declare const SPLIT_URL_REDIRECT_CHECK_COOKIE_KEY = "hackle-split-url-redirected"; export declare const SPLIT_URL_REDIRECT_CHECK_COOKIE_EXPIRE_DAYS: number; export declare const WORKSPACE_CONFIG_STORAGE_KEY = "hackle-workspace-config"; export declare const FETCH_THROTTLE_INTERVAL_MILLIS: number; export declare const DEFAULT_ENGAGEMENT_DURATION_MILLIS = 1000; export declare const IAM_HIDE_EXPIRATION_MILLIS: number; export declare const CAMPAIGN_DELAY_STORAGE_KEY = "hackle-campaign-delay";