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