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