/// import fs from 'fs'; export declare function exists(path: fs.PathLike): Promise; export declare function walk(dir: string): AsyncGenerator;