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