import { HttpError } from "@leyyo/common"; /** * Http 999 Request Denied * * An unofficial HTTP status code that is returned by the server as a generic, or catch-all error code. The reason for the HTTP response varies based on the service or host. * */ export declare class RequestDenied extends HttpError { }