import type { Segment } from "./transcript-turns.js"; export declare const extractClaudeSegments: (message: Record) => Segment[];