import { BerryOrm } from "../../core/berry-orm.class"; import { AnyEntity } from "../../entity/any-entity.type"; export declare class Collection extends Set { private orm; private owner; private field; constructor(orm: BerryOrm, owner: AnyEntity, field: string); add(entity: Entity): this; delete(entity: Entity): boolean; clear(): void; } //# sourceMappingURL=collection.class.d.ts.map