import { type H3Event } from "h3"; import type { AgentRunSummary } from "../../agent/run-store.js"; import type { ChatThread } from "../../chat-threads/store.js"; export interface SharedThreadRouteDependencies { getThreadByShareToken: (token: string) => Promise; listRunsForThread: (threadId: string, options?: { limit?: number; }) => Promise; } export declare function handleSharedThreadRequest(event: H3Event, deps: SharedThreadRouteDependencies): Promise; }; runs: AgentRunSummary[]; }>; //# sourceMappingURL=shared-thread.d.ts.map