import { ClientException } from "../core/ClientException.js"; export declare class RequestRangeUnsatisfiable extends ClientException { static readonly STATUS = 416; constructor(message: string, origin?: Error | string | any); }