import type { ExtendedCache } from "../cache.js"; import type { PreprocessContext } from "../types/index.js"; export declare const loadPackage: (packagePath: string, cache: ExtendedCache, preprocessPackage?: (context: PreprocessContext) => PreprocessContext, options?: { ignorePackageIndex?: boolean; }) => Promise; //# sourceMappingURL=package.d.ts.map