import { HttpException } from './http.exception'; /** * Exception for HTTP 413 Request Too Long errors */ export declare class RequestTooLongException extends HttpException { constructor(message?: string); }