import { Decimal } from "@formatjs/bigdecimal"; /** * https://tc39.es/ecma402/#sec-tointlmathematicalvalue * Converts input to a mathematical value, supporting BigInt */ export declare function ToIntlMathematicalValue(input: unknown): Decimal;