import type { ImportMapConfig, TransformOptions } from "./types.js"; export declare function transformImportsWithMap(code: string, importMap: ImportMapConfig, scope?: string, options?: TransformOptions): string; //# sourceMappingURL=transformer.d.ts.map