/** Supported turn-detector model names: `'echo-large'` (the default) or `'echo-small'`. */ export type TurnDetectorModel = 'echo-small' | 'echo-large';