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