import { Exception } from "../Exception"; export declare class ForbiddenException extends Exception { constructor(message: string); }