interface Language { label: string; value: string; equivalentValues: string[]; } export declare const STT_SUPPORTED_LANGUAGES: Language[]; export {};