import { ContractFunctionObj, ContractWrappers } from '@0x/contract-wrappers'; import { Command } from '@oclif/command'; export declare const batchStakingCallAsync: (batchCalls: ContractFunctionObj[], contractWrappers: ContractWrappers) => Promise; export declare class Stats extends Command { static description: string; static examples: string[]; static flags: { 'network-id': import("@oclif/command/lib/flags").IOptionFlag; 'rpc-url': import("@oclif/command/lib/flags").IOptionFlag; profile: import("@oclif/command/lib/flags").IOptionFlag; json: import("@oclif/parser/lib/flags").IBooleanFlag; help: import("@oclif/parser/lib/flags").IBooleanFlag; }; static args: never[]; static strict: boolean; run(): Promise; }