import { Node } from 'typescript';
/**
 * Use a preconfigured TypeScript "printer" to render the text of a node, without comments.
 */
export declare function nodeToString(typeNode: Node): string;
