import { HttpError } from "@leyyo/common"; /** * Http 449 Retry With * * An unofficial client error specific to the Microsoft IIS web server and is returned to indicate that the server can not satisfy the request because the user has not provided the required information. * */ export declare class RetryWithError extends HttpError { }