import type { TranscriptEvent } from './types.js'; import type { ConversationMessageSnapshot } from '../conversation.js'; export declare function classifyTranscriptMessages(messages: readonly ConversationMessageSnapshot[]): TranscriptEvent[]; //# sourceMappingURL=classify.d.ts.map