import { ObjectType } from "./ObjectType"; import { EntitySchema } from ".."; /** * Entity target. */ export declare type EntityTarget = ObjectType | EntitySchema | string | { type: Entity; name: string; };