import { Contract, ethers } from 'ethers'; export declare const useContract: (address: string, ABI: ethers.ContractInterface) => Contract | undefined;