import type { ExtendedCache } from "./cache.js"; import type { IndexEntry, SourceContext } from "./types/index.js"; export declare const resolveWithContext: (url: string, context: SourceContext, _cache: ExtendedCache, resolveEntry: (url: string, options?: any) => Promise) => Promise; //# sourceMappingURL=resolver.d.ts.map