import { TSConfig } from '../interfaces';
export declare function readTSConfig(root: string, tsconfigName?: string): Promise<TSConfig | undefined>;
