import type { ExtendedCache } from "../cache.js"; import { type ScanOptions } from "./package.js"; export declare const loadPackagesIntoCache: (cache: ExtendedCache, pwd: string, options: ScanOptions) => Promise; //# sourceMappingURL=directory.d.ts.map