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