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