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