import type { Corti } from "@corti/sdk";
export declare const LANGUAGES_SUPPORTED_EU: Corti.TranscribeSupportedLanguage[];
export declare const LANGUAGES_SUPPORTED_US: Corti.TranscribeSupportedLanguage[];
export declare const DEFAULT_DICTATION_CONFIG: Corti.TranscribeConfig;
/**
 * Interval in milliseconds at which MediaRecorder fires dataavailable events.
 * This controls how often audio chunks are sent to the WebSocket.
 */
export declare const AUDIO_CHUNK_INTERVAL_MS = 250;
