import { Address } from '@hyperlane-xyz/utils';
import { CommandContext } from '../context/types.js';
export declare const checkValidatorSetup: (context: CommandContext, chain: string, validators: Set<Address>) => Promise<void>;
//# sourceMappingURL=preFlightCheck.d.ts.map