/** * V3 CLI Hooks Command * Self-learning hooks system for intelligent workflow automation */ import type { Command } from '../types.js'; export declare const hooksCommand: Command; export default hooksCommand; //# sourceMappingURL=hooks.d.ts.map