import { type PortablePath } from '@boost/common'; import type { FileSystem } from '../FileSystem'; import type { TSConfigStructure } from '../types'; export declare function loadTsconfigJson(path: PortablePath, fs: FileSystem): TSConfigStructure | undefined; //# sourceMappingURL=loadTsconfigJson.d.ts.map