/** * The key is the char index in the new source (which is being mapped to the old source using the Site value) */ export type SourceMap = Map; import type { Site } from "src/index.js"; //# sourceMappingURL=SourceMap.d.ts.map