import type { TSConfig } from './type';
export declare function readTSConfig(input?: string): Promise<TSConfig>;
