import { Command } from 'commander';
/**
 * Create the hooks command with subcommands
 * Follows Open/Closed Principle - easy to add new AI tools
 */
export declare const hooksCommand: Command;
//# sourceMappingURL=hooks.d.ts.map