import * as ts from "typescript"; export declare function createCompilerHost(options: ts.CompilerOptions, version: string): ts.CompilerHost; export declare function readTSConfig(configPath?: string): ts.CompilerOptions; export declare function versionFromPackageJson(): string; export declare function getVersion(iversion?: string): string; //# sourceMappingURL=utils.d.ts.map