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