import type { RemoteCacheClient, RemoteCacheClientOperationOptions, RemoteCacheClientOperationResult, RemoteCacheClientUploadOperationOptions } from './types/RemoteCacheClient.js'; import type { ContainerClient } from '@azure/storage-blob'; export declare class AzureRemoteCacheClient implements RemoteCacheClient { private readonly logger; private readonly containerClient; constructor(containerClient: ContainerClient); uploadFolder(options: RemoteCacheClientUploadOperationOptions): Promise; downloadFolder(options: RemoteCacheClientOperationOptions): Promise; } //# sourceMappingURL=AzureRemoteCacheClient.d.ts.map