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