import type { t } from '../core/decimal.js'; export declare function _sub(lhs: t, rhs: t, precision: number): t; export declare function sub(lhs: t, rhs: t): t;