import type { Conversation } from '../../../ai/ConversationType'; import { BaseClient, ClientInternalsGetter, ModelIntrospectionSchema } from '../../bridge-types'; export declare const createOnStreamEventFunction: (client: BaseClient, modelIntrospection: ModelIntrospectionSchema, conversationId: string, conversationRouteName: string, getInternals: ClientInternalsGetter) => Conversation["onStreamEvent"];