/** * respond Command - Respond to an agent's prompt * Issue #518: [DR1-08] Factory pattern * * Uses prompt-response API (not respond API) [DR2-06] */ import { Command } from 'commander'; export declare function createRespondCommand(): Command; //# sourceMappingURL=respond.d.ts.map