import { HttpError } from "@leyyo/common"; /** * Http 416 Range Not Satisfiable * * The ranges specified by the Range header field in the request cannot be fulfilled. It's possible that the range is outside the size of the target resource's data. * */ export declare class RangeNotSatisfiableError extends HttpError { }