import type { V1RouteHandler } from '../router.js'; import { type AgentRouteContext } from './agent-runs.js'; export declare function createAgentIntakeRoute(context: AgentRouteContext): V1RouteHandler; export declare function agentIntakeOperation(method: string, pathname: string): string | undefined; //# sourceMappingURL=agent-intake.d.ts.map