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