import { GraphQLFilter } from './types'; /** * Transforms a GraphQL filter into Gelly syntax */ export declare const transformGraphQLFilterToGelly: (filter: GraphQLFilter, wrapInWhereClause?: boolean) => string; //# sourceMappingURL=transformGraphQLFilterToGelly.d.ts.map