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