import { BaseException } from '@directus/shared/exceptions'; export declare class ForbiddenException extends BaseException { constructor(); }