import { Exception } from '@adonisjs/core/exceptions'; export declare class UnexpandedEntity extends Exception { static code: string; static notExpanded(entity: string, options?: ErrorOptions): UnexpandedEntity; }