declare const removeEmptyFolders: (folderPath: string) => Promise<void[]>;
export { removeEmptyFolders };
