export declare const SDK_VERSION: string;
export declare const SERVICE_VERSION: string;
export declare const KB: number;
export declare const MB: number;
export declare const GB: number;
export declare const TB: number;
export declare const DEFAULT_HIGH_LEVEL_CONCURRENCY: number;
export declare const FILE_MAX_SINGLE_UPLOAD_THRESHOLD: number;
export declare const FILE_UPLOAD_MAX_CHUNK_SIZE: number;
export declare const FILE_UPLOAD_DEFAULT_CHUNK_SIZE: number;
export declare const BLOCK_BLOB_MAX_BLOCKS: number;
export declare const FILE_MAX_SIZE_BYTES: number;
/**
 * The OAuth scope to use with Azure Storage.
 */
export declare const StorageOAuthScopes: string | string[];
export declare const StorageDataLakeLoggingAllowedHeaderNames: string[];
export declare const StorageDataLakeLoggingAllowedQueryParameters: string[];
export declare const UrlConstants: {
    Parameters: {
        FORCE_BROWSER_NO_CACHE: string;
        SIGNATURE: string;
        SNAPSHOT: string;
        TIMEOUT: string;
    };
};
export declare const HttpUrlConnection: {
    HTTP_ACCEPTED: number;
    HTTP_CONFLICT: number;
    HTTP_NOT_FOUND: number;
    HTTP_PRECON_FAILED: number;
    HTTP_RANGE_NOT_SATISFIABLE: number;
};
export declare const HeaderConstants: {
    AUTHORIZATION: string;
    AUTHORIZATION_SCHEME: string;
    CONTENT_ENCODING: string;
    CONTENT_ID: string;
    CONTENT_LANGUAGE: string;
    CONTENT_LENGTH: string;
    CONTENT_MD5: string;
    CONTENT_TRANSFER_ENCODING: string;
    CONTENT_TYPE: string;
    COOKIE: string;
    DATE: string;
    IF_MATCH: string;
    IF_MODIFIED_SINCE: string;
    IF_NONE_MATCH: string;
    IF_UNMODIFIED_SINCE: string;
    PREFIX_FOR_STORAGE: string;
    RANGE: string;
    USER_AGENT: string;
    X_MS_CLIENT_REQUEST_ID: string;
    X_MS_COPY_SOURCE: string;
    X_MS_DATE: string;
    X_MS_ERROR_CODE: string;
    X_MS_VERSION: string;
};
export declare const DevelopmentConnectionString = "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;";
export declare const ToBlobEndpointHostMappings: string[][];
export declare const ToDfsEndpointHostMappings: string[][];
export declare const ETagAny = "*";
export declare const DeletionIdKey = "deletionid";
export declare const EncryptionAlgorithmAES25 = "AES256";
export declare const PathResultTypeConstants: {
    FileResourceType: string;
    DirectoryResourceType: string;
};
export declare const PathStylePorts: string[];
//# sourceMappingURL=constants.d.ts.map