import * as ts from "typescript";
export declare const testLog: (msg: string, ...param: any[]) => void;
export declare function logNode(child: ts.Node): void;
