import type { ApiContext } from "../../gateway/api.js"; import type { TalkControlAdapterContext } from "./types.js"; /** Atomically claim the visible message and queue intent before dispatch. The * stable provider operation survives a lost HTTP/runtime receipt and a restart. */ export declare function dispatchTalkSessionMessage(context: ApiContext, sessionId: string, prompt: string, call: TalkControlAdapterContext): { messageId: string; queueItemId: string; replayed: boolean; }; //# sourceMappingURL=session-message-adapter.d.ts.map