import type { t } from '../core/decimal.js'; export declare const abs: (decimal: t) => import("../core/decimal.js").Decimal;