/** @packageDocumentation
 * @module PresentationRules
 */
/**
 * Defines direction of a relationship that should be followed
 * @public
 */
export declare enum RelationshipDirection {
    /** Relationship should be followed only in forward direction. */
    Forward = "Forward",
    /** Relationship should be followed only in backward direction. */
    Backward = "Backward"
}
//# sourceMappingURL=RelationshipDirection.d.ts.map