export declare function removeEmptyDirs(dir: string): void;
export declare function emptyDir(_dir: URL, skip?: Set<string>): void;
