import { ValidationErrors } from "../models/validators"; export declare const fail: (error: ValidationErrors) => Error;