export declare enum RelationshipType { OneToOne = "oneToOne", ManyToOne = "manyToOne", ManyToMany = "manyToMany", OneToMany = "oneToMany" }