export { newSegmentId } from './ids'; export { getSpeechLogger, sttLogger, type SpeechLogger, type SpeechLogScope, } from './logger'; export { EMPTY_TRANSCRIPT, buildTranscript, joinFinal, normaliseFinal, } from './transcript'; export { INITIAL_STATE, reducer, type RecognitionAction, type RecognitionState, } from './reducer';