import Big from 'big.js'; /** * Exact-decimal parse of a Hyperliquid wire decimal string. `field` names the * offending field on failure, so a venue contract breach is diagnosable * instead of surfacing as an anonymous big.js throw or an `NaN` unit. * * @throws {PerpsError} `SDKError` when `value` is not a decimal numeric string. */ export declare const toWireBig: (value: string, field: string) => Big; //# sourceMappingURL=decimal.d.ts.map