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