export declare const languageCodes: readonly string[];
export declare const isLanguageCodeValid: (code: string | undefined) => boolean;
