/** Search the groups */ export declare enum GroupSearchRelation { /** Must belong to all the groups */ And = "And", /** Belongs to any of the groups */ Or = "Or" } //# sourceMappingURL=group_search_relation.d.ts.map