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