/** * Agent commands: add, list, remove, regenerate, grant, revoke, set-rate-limit. */ import type { Command } from 'commander'; export declare function register(program: Command): void; //# sourceMappingURL=agent.d.ts.map