import DirSharded, { type DirShardedOptions } from './dir-sharded.js';
import type { Dir } from './dir.js';
export declare function flatToShard(child: Dir | null, dir: Dir, threshold: number, options: DirShardedOptions): Promise<DirSharded>;
//# sourceMappingURL=flat-to-shard.d.ts.map