import type { Decimal } from "@formatjs/bigdecimal"; import { type NumberFormatInternal } from "../types/number.js"; export declare function FormatNumeric(internalSlots: NumberFormatInternal, x: Decimal): string;