export declare class Properties { static readonly TRACK_ID: string; static readonly TRACK_DOMAIN: string; static readonly DEACTIVATE: string; static readonly DEBUG: string; static readonly LOG_LEVEL: string; static readonly DOMAIN: string; static readonly USE_PARAMS_FOR_DEFAULT_PAGE_NAME: string; static readonly CONTAINS_INCLUDE: string; static readonly CONTAINS_EXCLUDE: string; static readonly MATCHES_INCLUDE: string; static readonly MATCHES_EXCLUDE: string; static readonly CONSUMER_TYPE: string; static readonly FILE_PATH: string; static readonly FILE_PREFIX: string; static readonly MAX_ATTEMPT: string; static readonly ATTEMPT_TIMEOUT: string; static readonly MAX_BATCH_SIZE: string; static readonly MAX_QUEUE_SIZE: string; static readonly MAX_FILE_LINES: string; static readonly MAX_FILE_DURATION: string; static readonly MAX_FILE_SIZE: string; static readonly FORCE_SSL: string; }