import type { Activity, AgentActivityFeedPage } from '../../../shared/activity.js'; export declare const agentService: (agentId: string) => import("../../agents/agent.service.js").AgentService; export declare function testRuntime(): { kind: string; model: string; reasoningEffort: string; }; export declare function writeActivityJsonl(path: string, activities: Activity[]): Promise; export declare function webApiTestActivity(activityId: string, createdAt: string): Activity; export declare function activityFeedReferencePages(activities: Activity[], limit: number): AgentActivityFeedPage[]; export declare function postJson(url: string, body: unknown): Promise; export declare function assertStatus(response: Response, expected: number, label: string): Promise; //# sourceMappingURL=web-api.d.ts.map