export declare type LanguageOrdering = ("@none" | "@other" | string)[]; export declare type LanguageKey = "@none" | string;