import { BaseType, ShapeType } from "@ng-org/shex-orm"; /** * Utility for adding ORM-typed objects to the database without * the need for subscribing to documents using an {@link OrmSubscription}. * * @param shapeType The shape type of the objects to be inserted. * @param object The object to be inserted. */ export declare function insertObject(shapeType: ShapeType, object: T): Promise; //# sourceMappingURL=insertObject.d.ts.map