export declare const supportedLanguages: readonly ['en', 'fr']; export type Language = (typeof supportedLanguages)[number];