import type { InstallLocation } from '../../types/install.js'; /** * Registers Alice's hook scripts (update checker, context monitor) in * Claude Code's `settings.json`. Skips hooks that are already registered * to avoid duplicates. * * @param location - `'global'` or `'local'`, determines which `settings.json` to update. */ export declare const registerHooks: (location: InstallLocation) => void; //# sourceMappingURL=hooks.d.ts.map