import type { BigDecimal } from './type';
export declare const divide: (x: BigDecimal, y: BigDecimal, fixDecimals?: number, rounding?: "round" | "floor" | "ceil") => BigDecimal;
//# sourceMappingURL=divide.d.ts.map