import type { RouteContext } from '../router.js'; import { callAgentWithHistory } from '../router.js'; export declare function handleAgentCommand(command: string, prompt: string, ctx: RouteContext): Promise>; //# sourceMappingURL=agent.d.ts.map