import { ObjectLiteralDescriptor, EntityConstructor } from "../Types/index.js"; export type DocumentType = EntityConstructor | ObjectLiteralDescriptor | string; //# sourceMappingURL=DocumentAbstractions.d.ts.map