import type { ExtendedCache } from "../cache.js"; import type { PackageIndexMode, Patches, PatchReportSink } from "../types/index.js"; export type ScanOptions = { packageIndexMode: PackageIndexMode; patches: Patches; report: PatchReportSink; }; export declare const loadPackage: (packagePath: string, cache: ExtendedCache, options: ScanOptions) => Promise; //# sourceMappingURL=package.d.ts.map