export declare const SERVICE_VERSION = "2019-02-02";
export declare const TRANSACTION_HTTP_VERSION_1_1 = "HTTP/1.1";
export declare const TRANSACTION_HTTP_LINE_ENDING = "\r\n";
export declare const STORAGE_SCOPE = "https://storage.azure.com/.default";
export declare const COSMOS_SCOPE = "https://cosmos.azure.com/.default";
export declare const HeaderConstants: {
    AUTHORIZATION: string;
    CONTENT_LENGTH: string;
    CONTENT_MD5: string;
    CONTENT_TYPE: string;
    CONTENT_TRANSFER_ENCODING: string;
    DATE: string;
    X_MS_DATE: string;
    X_MS_VERSION: string;
};
export declare const TablesLoggingAllowedHeaderNames: string[];
//# sourceMappingURL=constants.d.ts.map