import ts from 'typescript'; export declare function printNode(node: ts.Node | undefined, hint?: ts.EmitHint): string;