export declare enum FieldRelationKind { HAS_MANY = 0, BELONGS_TO = 1, HAS_ONE = 2 } //# sourceMappingURL=field.relation.kind.d.ts.map