import type { Partition, PartitionSlice, PlannerContext, SortKey } from '../types.js'; export declare function splitSliceWithTemporalBuckets(context: PlannerContext, partition: Partition, slice: PartitionSlice, sortKeys: SortKey[], dimensionIndex: number): Promise; //# sourceMappingURL=temporal-bucket-split.d.ts.map