import { IValidateRule } from './types';
export declare function isRule(rule: any): rule is IValidateRule<any>;
