import { InstanceType } from '../../types/InstanceType';
import type { Entity } from '../interfaces/Entity';
export declare type EntityReference<T extends Entity = Entity> = string | Entity | InstanceType<T>;
