import type { ContractInterface } from "@ethersproject/contracts";
import { Contract } from "@ethersproject/contracts";
import type { ProviderOrSigner } from "./types";
export declare function getContract(address: string, ABI: ContractInterface, provider: ProviderOrSigner): Contract;
export declare function isAddress(value: string): string | false;
//# sourceMappingURL=contracts.d.ts.map