import { SyntaxNode } from '@lezer/common';
export declare function getNodeValue(str: string, node: SyntaxNode): string;
