import { Valid } from './validators'; export declare const isRequired: (message?: string | undefined) => Valid;