export type Language = typeof SUPPORTED_LANGUAGES[number]; export declare const SUPPORTED_LANGUAGES: string[];