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