import * as _ts from 'typescript';
export declare const get_node_one_line_text: (node: _ts.Node, source_file: _ts.SourceFile, ts: typeof _ts) => string;
