/** The speaker for this turn. */ export declare const TranscriptMessageRole: { readonly User: "user"; readonly Agent: "agent"; }; export type TranscriptMessageRole = (typeof TranscriptMessageRole)[keyof typeof TranscriptMessageRole];