/** Text normalization mode for the WebSocket session. This endpoint defaults to `'off'` when omitted. */ export declare const TextToDialogueWebsocketApplyTextNormalizationEnum: { readonly On: "on"; readonly Off: "off"; }; export type TextToDialogueWebsocketApplyTextNormalizationEnum = (typeof TextToDialogueWebsocketApplyTextNormalizationEnum)[keyof typeof TextToDialogueWebsocketApplyTextNormalizationEnum];