import validator from './validator'
import { Validator } from 'verificator/es'
export * from './types'

export {
    Validator,
    validator,
}
