import { TsConfig } from './types'; export declare const findTsConfigFilePath: (path: string) => string; export declare const loadTsConfig: (path: string) => TsConfig;