import { ChainName } from '@hyperlane-xyz/sdk';
import { Address } from '@hyperlane-xyz/utils';
import { CommandContext } from '../context/types.js';
/**
 * Read ISM config for a specified chain and address, logging or writing result to file.
 */
export declare function readIsmConfig({ context, chain, address, out, }: {
    context: CommandContext;
    chain: ChainName;
    address: Address;
    out?: string;
}): Promise<void>;
//# sourceMappingURL=read.d.ts.map