import { Validator } from "./types";
export declare function getValidatorName(validator: Validator): string;
