// generated by diplomat-tool import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; // Base enumerator definition /** Additional information: [1](https://docs.rs/icu/latest/icu/locale/enum.ParseError.html) */ export class LocaleParseError { constructor(value : LocaleParseError | string); get value() : string; get ffiValue() : number; static Unknown : LocaleParseError; static Language : LocaleParseError; static Subtag : LocaleParseError; static Extension : LocaleParseError; }