export declare const enum RelationshipType { OneToManyRelationship = "OneToManyRelationship", ManyToManyRelationship = "ManyToManyRelationship" }