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