// generated by diplomat-tool import type { DataError } from "./DataError" import type { DataProvider } from "./DataProvider" import type { Locale } from "./Locale" import type { LocaleParseError } from "./LocaleParseError" import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; /** See the [Rust documentation for `RegionDisplayNames`](https://docs.rs/icu/latest/icu/displaynames/struct.RegionDisplayNames.html) for more information. */ export class RegionDisplayNames { get ffiValue(): pointer; static create(provider: DataProvider, locale: Locale): RegionDisplayNames; of(region: string): string; }