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