import { Contract } from 'web3-eth-contract'; import { Interface } from '@ethersproject/abi'; import { PoolState } from './types'; export declare function getOnChainState(multiContract: Contract, poolAddress: string, poolInterface: Interface, blockNumber: number | 'latest'): Promise;