/** * Uninstall routines for Claude Cortex. * * - removeHooks(): strips cortex hooks from ~/.claude/settings.json * - removeClaudeMdBlock(): removes cortex instruction block from ~/.claude/CLAUDE.md * - uninstallSetup(): reverses `npx claude-cortex setup` * - uninstallAll(): full uninstall (setup + service + clawdbot) */ export declare function removeHooks(): void; export declare function removeClaudeMdBlock(): void; export declare function uninstallSetup(): Promise; export declare function uninstallAll(options?: { keepLogs?: boolean; }): Promise; //# sourceMappingURL=uninstall.d.ts.map