import type { TargetEnvironment } from '@ms-cloudpack/common-types'; import type { RemoteCacheClientOperationOptions } from '@ms-cloudpack/remote-cache'; import type { PartialContext } from '../types/Context.js'; export declare function getPackagesToSync(options: { targetEnvironment: TargetEnvironment; }, context: PartialContext<'packages' | 'packageHashes', 'resolveMap' | 'cachePath' | 'config'>): Promise; //# sourceMappingURL=getPackagesToSync.d.ts.map