import { ParsedCommandLine } from 'typescript';
export declare function parseTsConfig(tsconfig: any, cwd?: string): ParsedCommandLine;
