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