import type { ChunkBoundary, PartitionInfo, SortKeyInfo } from './types.js'; export declare function buildChunkBoundaries(input: { partitions: PartitionInfo[]; maxChunkBytes: number; sortKey?: SortKeyInfo; sortKeyRanges?: Map; }): ChunkBoundary[]; //# sourceMappingURL=build.d.ts.map