import { type VeryfrontConfig } from "../../config/index.js"; import type { RuntimeAdapter } from "../../platform/adapters/base.js"; import type { ImportMapConfig } from "./types.js"; /** @internal Whether a project mapping targets a framework-owned specifier. */ export declare function isFrameworkOwnedImportMapSpecifier(specifier: string): boolean; /** @internal Apply the authoritative runtime import-map policy to a merged map. */ export declare function normalizeImportMapForRuntime(importMap: ImportMapConfig): ImportMapConfig; export declare function loadImportMap(startPath: string, adapter?: RuntimeAdapter, config?: VeryfrontConfig): Promise; //# sourceMappingURL=loader.d.ts.map