import ts from "typescript"; export declare class TsconfigService { #private; private readonly commandService; private get fileName(); private get filePath(); get cacheDir(): string; get outDir(): string; get parsedCommandLine(): ts.ParsedCommandLine; getParsedCommandLine(optionsToExtend?: ts.CompilerOptions, extendedConfigCache?: ts.ESMap, watchOptionsToExtend?: ts.WatchOptions, extraFileExtensions?: readonly ts.FileExtensionInfo[]): ts.ParsedCommandLine; private ensureTsconfigFile; }