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