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