import type { ExtendedCache } from "../cache.js"; import type { PackageJson } from "../types/index.js"; export declare const processIndex: (basePath: string, packageJson: PackageJson, cache: ExtendedCache) => Promise; //# sourceMappingURL=processor.d.ts.map