import type { FileLayout } from './index.ts'; export interface BalancedOptions { maxChildrenPerNode?: number; } export declare function balanced(options?: BalancedOptions): FileLayout; //# sourceMappingURL=balanced.d.ts.map