import { ethers } from 'ethers'; export declare class Contract { readonly [key: string]: ethers.ContractFunction | any; constructor(addressOrName: string, contractInterface: ethers.ContractInterface, signerOrProvider?: any); }