import { ApiKeyBasedError } from "./ApiKeyBasedError"; import Big from "big.js"; export declare type ApiBigRangeError = ApiKeyBasedError & { type: "big_range"; value: Big; minValue?: Big; maxValue?: Big; }; //# sourceMappingURL=ApiBigRangeError.d.ts.map