import { HMSTranscriptionMode } from './room';
export interface TranscriptionConfig {
    mode: HMSTranscriptionMode;
}
