/** * ImportMap is a JSON object that describes the mapping of bare module specifiers to URLs. */ export interface ImportMap { imports: Record; scopes?: Record>; } //# sourceMappingURL=ImportMap.d.ts.map