import { HttpError } from "@leyyo/common"; /** * Http 510 Not Extended * * The client request declares an HTTP Extension (RFC 2774) that should be used to process the request, but the extension is not supported. * */ export declare class NotExtendedError extends HttpError { }