import * as AST from '../../ast/logicAst'; export declare function print(ast: AST.SyntaxNode): string;