import { MatchedKeys } from "../../common/matched-keys.type"; import { AnyEntity } from "../../entity/any-entity.type"; import { Collection } from "../field-values/collection.class"; import { EntityFieldBase } from "./entity-field-base.type"; export declare type RelationFieldToMany = Extract, MatchedKeys>>; //# sourceMappingURL=relation-field-to-many.type.d.ts.map