import { MessageType } from '../rule/rule.type'; export type RuleType = keyof typeof regs | 'json'; export declare const regs: { readonly email: RegExp; readonly integer: RegExp; readonly number: RegExp; readonly tel: RegExp; readonly hex: RegExp; readonly rgb: RegExp; readonly rgba: RegExp; readonly ipv4: RegExp; readonly url: RegExp; }; declare const _default: (type: RuleType, message?: MessageType) => import("../rule/rule.type").ValidFunc; export default _default; //# sourceMappingURL=type.d.ts.map