import {Signer} from 'ethers'; import {Provider} from '@ethersproject/providers'; import {Iweth} from './Iweth'; export declare class IwethFactory { static connect(address: string, signerOrProvider: Signer | Provider): Iweth; }