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