/** * CLI Command: emit-agent-instructions * * Emit instructions for AI agents on how to use .ticket-mate */ import { Command } from "commander"; export declare const agentInstructCommand: Command; //# sourceMappingURL=agent-instruct.d.ts.map