import * as fs from "fs"; import * as path from "path"; export declare const readFolderRecursive: (source: string, desc?: boolean) => Array<{ path: string; dirent: fs.Dirent; }>; //# sourceMappingURL=fs-reborn.d.ts.map