declare const Base: { IDCard: RegExp; PostalCode: RegExp; Number: RegExp; PositiveInteger: RegExp; NegativeInteger: RegExp; Integer: RegExp; FloatingPoint: RegExp; Domain: RegExp; IPv4: RegExp; CMobilePhone: RegExp; CFixedPhone: RegExp; Email: RegExp; CEmail: RegExp; }; export { Base };