export declare function fileExists(filePath: string): boolean; export declare function readAffectedDepGraph(cwd: string, base: string, head: string): Promise; export declare function transformIntoDag(graph: any): any; export declare function findNx(dir: string): string; export declare function directoryExists(filePath: string): boolean;