import { Tree } from "@tsplus/stdlib/collections/Tree/definition"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * @tsplus getter Tree draw * @tsplus location "@tsplus/stdlib/collections/Tree/drawTree" */ export declare function drawTree(tree: Tree): string; //# sourceMappingURL=drawTree.d.ts.map