import { Entity } from '../entities/interfaces/Entity';
import { EntityReference } from '../entities/types/EntityReference';
import { InstanceType } from '../types/InstanceType';
export declare function getChildOf(target: Function): InstanceType<Entity>;
export declare function ChildOf(reference: EntityReference): ClassDecorator;
