import { Decimal } from 'decimal.js'; import { NumberFormatInternal } from '../types/number.js'; export declare function FormatNumeric(internalSlots: NumberFormatInternal, x: Decimal): string;