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