import Query from '../Query'; export declare type RelationshipConstraint = (query: Query) => void; export default RelationshipConstraint;