import { AACTree } from '../core/treeStructure'; export declare function prettyPrintTree(tree: AACTree): string;