import type { Chain, Validator } from './types.js';
export declare function getValidatorForChain(chain: Chain): Validator | undefined;
