import { AST } from './ast'; export declare function printTree(tree: AST): string;