export declare const ruleProperties: string[]; export declare const VALUE_TYPE: { string: string; method: string; array: string; boolean: string; number: string; integer: string; float: string; object: string; url: string; email: string; date: string; }; export declare function findRule(target: any, ruleKey: any): any; export declare function getFieldRules(newProperties: any, originRules: any, type: any): any[]; export declare function normalizeRuleItem(ruleKey: any, value: any, type: any): any; export declare function normalizeRules(rules: any, type: any): any;