import { CustomizableValidator } from '../../types/Validator'; declare const errorCode = "MISS_MATCHED"; interface MatchProps { regexp: RegExp; } declare const match: CustomizableValidator; export { match, errorCode };