export declare function getLanguageBestApprox(params: { languages: readonly Language[]; languageLike: string; }): Language | undefined;