/** forgen uninstall 메인 */ export declare function handleUninstall(cwd: string, options: { force?: boolean; purge?: boolean; }): Promise;