import * as AST from '../../ast/logicAst'; export declare function parse(code: string, options?: {}): AST.SyntaxNode;