import * as ts from "typescript";
export declare function renderTSNodes(nodes: ts.Node[], separator?: string): string;
