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