import type { ValidationEvent } from '..';
export declare function isRequired(e: ValidationEvent<number | string>, required?: boolean): void;
