import type { TTranscriptRow } from "./types.js"; export declare function plainTextForTranscriptRow(row: TTranscriptRow): string;