import type { Show } from "@principia/prelude";
import type { Forest, Tree } from "./model";
export declare const drawForest: (S: Show) => (forest: Forest) => string;
export declare const drawTree: (S: Show) => (tree: Tree) => string;
export declare const getShow: (S: Show) => Show>;
//# sourceMappingURL=show.d.ts.map