import type { Partition, PartitionSlice, PlannerContext, SortKey } from '../types.js'; export declare function splitSliceWithEqualWidthRanges(context: PlannerContext, partition: Partition, slice: PartitionSlice, sortKeys: SortKey[], dimensionIndex: number, rangeFrom: string, rangeTo: string, subCount: number, oversamplingMultiplier?: number): Promise; //# sourceMappingURL=equal-width-split.d.ts.map