import type { PackageHashOptions } from '@ms-cloudpack/common-types'; import type { PartialContext } from '../types/Context.js'; /** * Get the output path (with hash) in the cache for a package bundle. */ export declare function getBundleLocation(options: Omit & { /** Use this hash instead of calculating. */ hash?: string; }, context: PartialContext<'packages' | 'packageHashes', 'cachePath'>): Promise<{ path: string; folderName: string; }>; //# sourceMappingURL=getBundleLocation.d.ts.map