/** * Return path to tsconfig or undefined if it does not exist */ export declare const getTSConfigPath: (configPath: string) => string | undefined;