// generated by diplomat-tool import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; // Base enumerator definition /** See the [Rust documentation for `LanguageDisplay`](https://docs.rs/icu/latest/icu/displaynames/options/enum.LanguageDisplay.html) for more information. */ export class LanguageDisplay { constructor(value : LanguageDisplay | string); get value() : string; get ffiValue() : number; static Dialect : LanguageDisplay; static Standard : LanguageDisplay; }