export function rrdir(dir: any, opts?: {}, { includeMatcher, excludeMatcher, encoding }?: { includeMatcher: any; excludeMatcher: any; encoding: any; }): any; export function rrdirAsync(dir: any, opts?: {}, { includeMatcher, excludeMatcher, encoding }?: { includeMatcher: any; excludeMatcher: any; encoding: any; }): Promise<{ path: any; err: unknown; }[]>; export function rrdirSync(dir: any, opts?: {}, { includeMatcher, excludeMatcher, encoding }?: { includeMatcher: any; excludeMatcher: any; encoding: any; }): any;