import type { t } from '../core/decimal.js'; export declare const cmp: (n1: t, n2: t) => 0 | 1 | -1;