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