import type { Partition, PartitionBuildResult, PartitionSlice, PlannerContext, SortKey } from '../types.js'; export declare function refinePartitionSlices(context: PlannerContext, partition: Partition, slices: PartitionSlice[], sortKeys: SortKey[], usedDistributionFallback: boolean): Promise; //# sourceMappingURL=refinement.d.ts.map