/**
 * 清理指定文件夹，只保留白名单中的文件
 * @param folderPath - 目标文件夹路径
 */
export declare function cleanFolder(folderPath: string, keepFiles: string[]): void;
