import { providers } from 'ethers'; import { RawCall } from './callsReducer'; import { Dispatch } from 'react'; import { ChainStateAction } from './chainStateReducer'; import { ChainId } from '../../../constants'; export declare function performMulticall(provider: providers.BaseProvider, multicallExecutor: (provider: providers.BaseProvider, multicallAddress: string, blockNumber: number, uniqueCalls: RawCall[]) => Promise, multicallAddress: string, blockNumber: number, uniqueCalls: RawCall[], dispatchState: Dispatch, chainId: ChainId, reportError: (error: Error) => void): void; //# sourceMappingURL=performMulticall.d.ts.map