import type { t } from '../core/decimal.js'; export declare function _mod(lhs: t, rhs: t): t; export declare function mod(lhs: t, rhs: t): t;