import type { RemoteCacheClient, RemoteCacheClientOperationResult, RemoteCacheClientUploadOperationOptions } from '@ms-cloudpack/remote-cache'; import type { Task } from '../types/Task.js'; export declare function createUploadTask(inputs: { options: RemoteCacheClientUploadOperationOptions; client: RemoteCacheClient; }): Task; //# sourceMappingURL=createUploadTask.d.ts.map