import type { Command } from 'commander'; import { type SdkCommandDeps } from '../lib/sdk-command.js'; export type AgentCommandDependencies = SdkCommandDeps; export declare function registerAgentCommands(program: Command, overrides?: Partial): void; //# sourceMappingURL=agent.d.ts.map