import { type AssistantMessage } from "./anthropic.js"; export declare function reconstructFromSse(raw: string): AssistantMessage;