import * as ts from 'typescript';
export declare function d(node: any): void;
export declare function getNewLineCharacter(options: ts.CompilerOptions): string;
export declare function compilerHost(transpileOptions: any): ts.CompilerHost;
