import type { InstallLocation } from '../../types/install.js'; /** * Removes a previous Alice installation so a fresh install can proceed. * * Cleans up command and workflow directories, removes Alice hook entries * from `settings.json`, and (for local installs) removes ignore-file * entries that Alice previously added. * * @param location - `'global'` or `'local'`, determines which `.claude/` directory to clean. */ export declare const cleanExistingInstall: (location: InstallLocation) => void; //# sourceMappingURL=clean.d.ts.map