declare class tsconfigFileNotFoundError extends Error {
    constructor(baseDir: string, fileName: string);
}
export { tsconfigFileNotFoundError };
