import { providers } from 'ethers'; import { Address } from '@hyperlane-xyz/utils'; export declare function isValidContractVersion(currentVersion: string, targetVersion: string): boolean; export declare function contractHasString(provider: providers.Provider, address: Address, searchFor: string): Promise; //# sourceMappingURL=contract.d.ts.map