export declare function walkDir(dir: string): AsyncGenerator<string>;
