import { AbstractDecimal } from '../AbstractDecimal'; import { DecimalSPI } from '../DecimalSPI'; /** * Perform a reduction of the given decimal value. */ export declare function reduceOp>(spi: DecimalSPI, a: D): D; //# sourceMappingURL=reduceOp.d.ts.map