import { HttpException } from './http.exception';
export declare class ForbiddenException extends HttpException {
    constructor(objectOrError?: string | object | any, description?: string);
}
//# sourceMappingURL=forbidden.exception.d.ts.map