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