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