import { Format, Partial } from "ts-vista"; type Span = Readonly<{ start: number; end: number; }>; export type { Span }; //# sourceMappingURL=index.d.ts.map