/** * Post-Command Hook - Learn from command outcomes * Records command results and learns from errors */ import type { ToolDefinition } from '../../types/index.js'; export declare const hookPostCommandTool: ToolDefinition; //# sourceMappingURL=post-command.d.ts.map