import { Address } from '@hyperlane-xyz/utils'; import { ChainMetadata } from '../metadata/chainMetadataTypes.js'; export declare function isBlockExplorerHealthy(chainMetadata: ChainMetadata, explorerIndex: number, address?: Address, txHash?: string): Promise; //# sourceMappingURL=explorerHealthTest.d.ts.map