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