export type LangGetClosestIsoNameMethodType = ( locale: string | undefined, isoNames: readonly T[] ) => T | undefined;