import Decimal from "decimal.js"; declare const useStepSize: (symbol?: string, type?: "limit" | "market") => { toStepSize: (value: number | string | Decimal, shouldRoundUp?: boolean) => string; toTickSize: (value: number | Decimal | string, passedSymbol?: string) => string; }; export { useStepSize }; //# sourceMappingURL=useStepSize.d.ts.map