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;