import ts from 'typescript'; export declare class TypescriptCompiler { protected readonly options: ts.CompilerOptions; compileConfiguration: () => string; } //# sourceMappingURL=typescript-compiler.d.ts.map