import { IDocumentRef, ICollection } from '../types'; import Entity from '../Entity'; declare const _default: (id: string, model: new () => T, parent: ICollection) => IDocumentRef; /** * DocumentRef Factory */ export default _default;