import type { BigDecimal } from './type';
export declare const plus: (x: BigDecimal, y: BigDecimal) => BigDecimal;
//# sourceMappingURL=plus.d.ts.map