import { providers } from 'ethers'; import { ContractJSON } from '../../models/ContractJSON'; export declare const getDeployedBytecode: (contract: ContractJSON) => string; export declare const getContractHash: (contract: ContractJSON) => string; export declare const isContractExist: (bytecode: string) => boolean; export declare const isContract: (provider: providers.Provider, contractAddress: string) => Promise; export default getContractHash; //# sourceMappingURL=contractHelpers.d.ts.map