import type { ConversationSession } from "./sessionize.js"; export declare function toTurnText(session: ConversationSession): string; //# sourceMappingURL=to-turn-text.d.ts.map