import { ValidatorRules, ValidatorRule } from '../types'; export declare const validatorRules: { [rule in keyof Omit]: ValidatorRule; };