import type { ImportMapConfig } from "./types.js"; export declare function resolveImport(specifier: string, importMap: ImportMapConfig, scope?: string): string; //# sourceMappingURL=resolver.d.ts.map