export declare const localeCookieName = "__user_locale_key__"; export declare const isBotCookieKey = "__is_bot_key__"; export declare const isDarkCookieKey = "__is_dark_key__"; export declare const cookieConsentCookieKey = "__cookie_consent_key__"; export declare const privacyPolicyDateCookieKey = "__privacy_policy_date_key__"; export declare const countryCookieKey = "__cf_country__"; export declare const timezoneCookieKey = "__cf_timezone__";