import { SyntaxNode } from './python-parser'; export declare function printNode(node: SyntaxNode): string;