/// <reference types="bn.js" />
import { BN } from '@okxweb3/crypto-lib';
export declare const MAX_INTEGER: BN;
export declare const MAX_UINT64: BN;
