import type { BigDecimal } from './type';
export declare const createBigDecimal: (value: string | number | bigint, decimals?: number) => BigDecimal;
//# sourceMappingURL=createBigDecimal.d.ts.map