import { Validator } from '../../types/Validator'; declare const errorCode = "REQUIRED_WITH_FALSIES"; declare const requiredWithFalsies: Validator; export { requiredWithFalsies, errorCode };