import * as tsTypes from "typescript"; import { IOptions } from "./ioptions"; export declare function getOptionsOverrides({ useTsconfigDeclarationDir, cacheRoot }: IOptions, preParsedTsconfig?: tsTypes.ParsedCommandLine): tsTypes.CompilerOptions; //# sourceMappingURL=get-options-overrides.d.ts.map