/** * Creates a "index" scale, which works similarly to d3's band scale but the domain * consists of integer indexes. */ export default function scaleIndex(): import("./scaleIndex.js").ScaleIndex; //# sourceMappingURL=scaleIndex.d.ts.map