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