import type { ContainerClient } from '@azure/storage-blob'; import type { TaskReporter } from '@ms-cloudpack/task-reporter'; import type { TelemetryClient } from '@ms-cloudpack/telemetry'; /** * Gets all the blobs in the remote cache. */ export declare function getListOfBlobs(containerClient: ContainerClient, context: { reporter: TaskReporter; telemetryClient: TelemetryClient; }): Promise>; //# sourceMappingURL=getListOfBlobs.d.ts.map