import { IQuery } from "./types/IHubCatalog"; /** * Helper function that locates group predicates and "negates" them * so we get a query that is `not in groups ...` vs `in groups ...` * @param query * @returns */ export declare function negateGroupPredicates(query: IQuery): IQuery;