import { AnyEntity } from ".."; import { EntityType } from "../entity/entity-type.interface"; export declare class EntityMetaError extends Error { constructor({ type, field, message, }: { type: EntityType; field?: string; message: string; }); } //# sourceMappingURL=entity-meta.error.d.ts.map