import { ReusableValidator } from '../../@common/types';
export declare const isRequired: ReusableValidator<string>;
