/** * openlore decisions command * * Agent-recorded architectural decision workflow: * record (via MCP) → consolidate → verify → approve → sync → spec.md * * Can be installed as a pre-commit hook that gates commits until decisions * are reviewed. */ import { Command } from 'commander'; export declare function installPreCommitHook(rootPath: string): Promise; export declare function uninstallPreCommitHook(rootPath: string): Promise; export declare function uninstallClaudeHook(rootPath: string): Promise; export declare const decisionsCommand: Command; //# sourceMappingURL=decisions.d.ts.map