import { Contract } from '@ethersproject/contracts'; export declare function useContract(address: string | undefined, abi: any, signer?: boolean): T | null;