export declare class Messages { private static readonly REQUIRED_TRACK_ID_AND_DOMAIN; static readonly TO_LARGE_BATCH_SIZE: string; static readonly TO_LARGE_PAYLOAD_SIZE: string; static readonly GENERIC_ERROR: string; static readonly CREATE_NEW_LOG_FILE: string; static readonly USE_EXISTING_LOG_FILE: string; static readonly DIRECTORY_NOT_EXIST: string; static readonly CANNOT_RENAME_TEMPORARY_FILE: string; static readonly WRITE_BATCH_DATA: string; static readonly EXECUTE_COMMAND: string; static readonly SEND_BATCH_DATA: string; static readonly BATCH_REQUEST_STATUS: string; static readonly BATCH_RESPONSE_TEXT: string; static readonly REQUIRED_TRACK_ID_AND_DOMAIN_FOR_COOKIE: string; static readonly REQUIRED_TRACK_ID_AND_DOMAIN_FOR_TRACKING: string; static readonly TRACKING_IS_DEACTIVATED: string; static readonly TRACKING_IS_DEACTIVATED_BY_IN_AND_EXCLUDE: string; static readonly SENT_BATCH_REQUESTS: string; static readonly BATCH_REQUEST_FAILED: string; static readonly CURRENT_QUEUE_STATUS: string; static readonly QUEUE_IS_EMPTY: string; static readonly ADD_THE_FOLLOWING_REQUEST_TO_QUEUE: string; static readonly MAPP_INTELLIGENCE: string; static readonly REQUIRED_TRACK_ID: string; static readonly REQUIRED_TRACK_DOMAIN: string; static readonly UNSUPPORTED_OPTION: string; static readonly OPTION_TRACK_ID: string; static readonly OPTION_TRACK_DOMAIN: string; static readonly OPTION_CONFIG: string; static readonly OPTION_FILE_PATH: string; static readonly OPTION_FILE_PREFIX: string; static readonly OPTION_DEACTIVATE: string; static readonly OPTION_HELP: string; static readonly OPTION_DEBUG: string; static readonly OPTION_LOG_LEVEL: string; static readonly OPTION_VERSION: string; static readonly REQUEST_LOG_FILES_NOT_FOUND: string; static readonly RENAME_EXPIRED_TEMPORARY_FILE: string; static readonly HELP_SYNTAX: string; static readonly HELP_HEADER: string; static readonly HELP_FOOTER: string; }