import { Entity } from './Entity'; export declare class EntityNotFoundError extends Error { entity: typeof Entity; constructor(entity: typeof Entity, message: string); } //# sourceMappingURL=EntityNotFoundError.d.ts.map