export declare function createAgentCommand(): Promise; export declare function listAgentsCommand(): void; export declare function getAgentCommand(name: string): void; export declare function deleteAgentCommand(name: string): Promise; export declare function setDefaultAgentCommand(name: string): void; export declare function runAgentCommand(agentName: string, message: string, options: { verbose?: boolean; }): Promise; //# sourceMappingURL=agent.d.ts.map