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