/** recursively remove all folders onto absolutePath if they are empty. The `absoluteDeletedPath` must be a file or folder path that was just deleted. */ export declare const removeEmptyFoldersRecursive: (absoluteDeletedPath: string) => Promise; //# sourceMappingURL=removeEmptyFoldersRecursive.d.ts.map