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