import { HttpError } from "@leyyo/common"; /** * Http 501 Not Implemented * * The request method is not supported by the server and cannot be handled. The only methods that servers are required to support (and therefore must not return this code) are GET and HEAD * */ export declare class NotImplementedError extends HttpError { }