/** * Recursively retrieves all sub-paths of a given directory up to a specified depth. */ export declare function subPaths(path: URL, maxDepth?: number): Promise>; //# sourceMappingURL=sub-paths.d.ts.map