import DecimalLight, { type Numeric, type Decimal as DecimalJsType } from 'decimal.js-light'; declare const Decimal: typeof DecimalLight.Decimal; export declare function Dec(value: Numeric): DecimalLight.Decimal; export type { Numeric }; export { Decimal, DecimalJsType }; //# sourceMappingURL=decimal.d.ts.map