import { ImportMap } from './types.js'; export declare function transformImportMap(importMap: ImportMap, headLinks: string, npmVersionSemver: string): Promise;