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