export function readdirScoped(path: string | import("fs").Dir): AsyncGenerator<string>;
export function readdirModuleTree(path: string | import("fs").Dir, depth?: number): AsyncGenerator<string>;
//# sourceMappingURL=fs.d.ts.map