export declare function exists(filePath: string): Promise; export declare function readSmallFile(filePath: string, maxBytes: number): Promise; export declare function findFiles(root: string, matcher: (filePath: string) => boolean, maxDepth: number): Promise;