import { Address } from '@hyperlane-xyz/utils';
import { IsmConfig } from './types.js';
export declare const randomIsmConfig: (maxDepth?: number, validatorAddresses?: string[], relayerAddress?: string) => Exclude<IsmConfig, Address>;
//# sourceMappingURL=HyperlaneIsmFactory.hardhat-test.d.ts.map