import { ValidatorError } from '../validator-error';
export declare class RequiredValidationError extends ValidatorError {
    constructor();
}
