import { BaseException } from '@directus/shared/exceptions'; export declare class UserSuspendedException extends BaseException { constructor(message?: string); }