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