import type { PartialContext } from '../types/Context.js'; import type { SyncResult } from '../types/SyncResult.js'; /** * Download all available packages in the current app's resolve map from the remote cache. */ export declare function syncDownload(input: undefined, ctx: PartialContext<'packages' | 'packageHashes' | 'remoteCacheClient' | 'telemetryClient', 'cachePath' | 'config' | 'resolveMap'>): Promise; //# sourceMappingURL=syncDownload.d.ts.map