/** * Signal to flush the audio buffer and force finalize partial transcriptions/translations */ export interface SttFlushSignal { /** Type identifier for flush signal */ type: "flush"; }