import type { ImportMaps } from "./types"; export declare function parseFromString(input: string, baseURL: string): ImportMaps;