export declare class Parameter { static readonly USER_AGENT: string; static readonly USER_IP: string; static readonly CLIENT_HINT_USER_AGENT: string; static readonly CLIENT_HINT_USER_AGENT_FULL_VERSION_LIST: string; static readonly CLIENT_HINT_USER_AGENT_MODEL: string; static readonly CLIENT_HINT_USER_AGENT_MOBILE: string; static readonly CLIENT_HINT_USER_AGENT_PLATFORM: string; static readonly CLIENT_HINT_USER_AGENT_PLATFORM_VERSION: string; static readonly EVER_ID: string; static readonly CUSTOM_EVER_ID: string; static readonly TEMPORARY_SESSION_ID: string; static readonly TEMPORARY_SESSION_ID_TYPE: string; static readonly PAGE_URL: string; static readonly ACTION_NAME: string; static readonly CAMPAIGN_ID: string; static readonly CAMPAIGN_ACTION: string; static readonly CUSTOMER_ID: string; static readonly ORDER_VALUE: string; static readonly ORDER_ID: string; static readonly CURRENCY: string; static readonly PAGE_NAME: string; static readonly SEARCH: string; static readonly PRODUCT_ID: string; static readonly PRODUCT_COST: string; static readonly PRODUCT_QUANTITY: string; static readonly PRODUCT_STATUS: string; static readonly PIXEL_FEATURES: string; static readonly ENGAGE_ATTRIBUTES: string; static readonly ENGAGE_EVENT_NAME: string; static readonly ENGAGE_EVENT_ID: string; static readonly ADVANCED_PERMISSION_CATEGORY: string; static readonly EMAIL: string; static readonly EMAIL_RID: string; static readonly EMAIL_OPTIN: string; static readonly FIRST_NAME: string; static readonly LAST_NAME: string; static readonly TELEPHONE: string; static readonly GENDER: string; static readonly BIRTHDAY: string; static readonly COUNTRY: string; static readonly CITY: string; static readonly POSTAL_CODE: string; static readonly STREET: string; static readonly STREET_NUMBER: string; static readonly CUSTOMER_VALIDATION: string; static readonly COUPON_VALUE: string; static readonly PAYMENT_METHOD: string; static readonly SHIPPING_SERVICE: string; static readonly SHIPPING_SPEED: string; static readonly SHIPPING_COSTS: string; static readonly GROSS_MARGIN: string; static readonly ORDER_STATUS: string; static readonly PRODUCT_VARIANT: string; static readonly PRODUCT_SOLD_OUT: string; static readonly NUMBER_SEARCH_RESULTS: string; static readonly ERROR_MESSAGES: string; static readonly PAYWALL: string; static readonly ARTICLE_TITLE: string; static readonly CONTENT_TAGS: string; static readonly PAGE_TITLE: string; static readonly PAGE_TYPE: string; static readonly PAGE_LENGTH: string; static readonly DAYS_SINCE_PUBLICATION: string; static readonly TEST_VARIANT: string; static readonly TEST_EXPERIMENT: string; static readonly LOGIN_STATUS: string; static readonly VERSION: string; static readonly TRACKING_PLATFORM: string; static readonly REGISTRATION_EMAIL: string; static readonly REGISTRATION_GROUP_ID: string; static readonly REGISTRATION_MODE: string; static readonly REGISTRATION_FIRST_NAME: string; static readonly REGISTRATION_LAST_NAME: string; static readonly REGISTRATION_GENDER: string; static readonly REGISTRATION_TITLE: string; static readonly CUSTOM_SESSION_PARAMETER: string; static readonly CUSTOM_PAGE_PARAMETER: string; static readonly CUSTOM_PRODUCT_PARAMETER: string; static readonly CUSTOM_ACTION_PARAMETER: string; static readonly CUSTOM_CAMPAIGN_PARAMETER: string; static readonly CUSTOM_PAGE_CATEGORY: string; static readonly CUSTOM_PRODUCT_CATEGORY: string; static readonly CUSTOM_URM_CATEGORY: string; static readonly SMART_PIXEL_COOKIE_NAME: string; static readonly PIXEL_COOKIE_NAME: string; static readonly SERVER_COOKIE_NAME_PREFIX: string; }