import type { Command } from "commander"; import type { Config } from "../types/index.js"; /** * Respond command - Respond to Copilot on an issue */ export declare function respondCommand(program: Command, config: Config): void; //# sourceMappingURL=respond.d.ts.map