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