import type { AgentSession } from '../../agent/session.js'; import type { SlashCommand } from './types.js'; export declare const initialAgentsCmd: SlashCommand; export declare function registerPluginAgents(session: AgentSession): Promise; export declare function registerStaticPluginAgentCommands(): void;