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