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