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