export declare const STR_EMPTY = "";
export declare const STR_POST_METHOD = "POST";
export declare const STR_DISABLED_PROPERTY_NAME: string;
export declare const STR_DROPPED = "drop";
export declare const STR_SENDING = "send";
export declare const STR_REQUEUE = "requeue";
export declare const STR_RESPONSE_FAIL = "rspFail";
export declare const STR_OTHER = "oth";
export declare const DEFAULT_CACHE_CONTROL = "no-cache, no-store";
export declare const DEFAULT_CONTENT_TYPE = "application/x-json-stream";
export declare const STR_CACHE_CONTROL = "cache-control";
export declare const STR_CONTENT_TYPE_HEADER = "content-type";
export declare const STR_KILL_TOKENS_HEADER = "kill-tokens";
export declare const STR_KILL_DURATION_HEADER = "kill-duration";
export declare const STR_KILL_DURATION_SECONDS_HEADER = "kill-duration-seconds";
export declare const STR_TIME_DELTA_HEADER = "time-delta-millis";
export declare const STR_CLIENT_VERSION = "client-version";
export declare const STR_CLIENT_ID = "client-id";
export declare const STR_TIME_DELTA_TO_APPLY = "time-delta-to-apply-millis";
export declare const STR_UPLOAD_TIME = "upload-time";
export declare const STR_API_KEY = "apikey";
export declare const STR_MSA_DEVICE_TICKET = "AuthMsaDeviceTicket";
export declare const STR_AUTH_XTOKEN = "AuthXToken";
export declare const STR_SDK_VERSION = "sdk-version";
export declare const STR_NO_RESPONSE_BODY = "NoResponseBody";
export declare const STR_MSFPC = "msfpc";
export declare const STR_TRACE = "trace";
export declare const STR_USER = "user";
