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