import { HttpException } from './HttpException'; export declare class ForbiddenException extends HttpException { constructor(); }