import type { StreamPart } from '../types/stream.js'; import type { ConversationOutcomeRecord } from './types.js'; export declare function toConversationOutcomeStreamPart(record: ConversationOutcomeRecord): StreamPart;