import * as ts from 'typescript'; export declare function NodeToString(node: ts.Node): string; export declare function PrintNode(node: ts.Node): void;