import { GraphQLList, GraphQLEnumType } from "graphql"; declare const where: { type: import("graphql").GraphQLScalarType; description: string; }; declare const having: { type: import("graphql").GraphQLScalarType; description: string; }; declare const groupBy: { type: import("graphql").GraphQLScalarType; description: string; }; declare const aggregateFunction: { type: GraphQLEnumType; description: string; defaultValue: string; }; declare const offset: { description: string; type: import("graphql").GraphQLScalarType; }; declare const scope: { description: string; type: GraphQLList; }; declare const limit: { description: string; type: import("graphql").GraphQLScalarType; }; declare const subQuery: { type: import("graphql").GraphQLScalarType; description: string; }; declare const includeFields: { right: { type: import("graphql").GraphQLScalarType; description: string; }; required: { type: import("graphql").GraphQLScalarType; description: string; }; separate: { type: import("graphql").GraphQLScalarType; description: string; }; duplicating: { type: import("graphql").GraphQLScalarType; description: string; }; on: { type: import("graphql").GraphQLScalarType; description: string; }; }; declare const OrderSortEnum: GraphQLEnumType; declare const SubscriptionTriggerEnum: GraphQLEnumType; export { scope, limit, offset, where, having, groupBy, OrderSortEnum, aggregateFunction, includeFields, subQuery, SubscriptionTriggerEnum };