import { TreeText } from './tree'; export declare class TreeBuilder { private readonly rootText; private readonly root; constructor(rootText: string); nodeText(constructPath: string): TreeText; render(): string; toString(): string; private obtainNode; } export declare function sideBySide(left: string[], sep: string, right: string[]): string[]; export declare function wrapText(n: number, text: string): string[]; //# sourceMappingURL=tree-builder.d.ts.map