import { GraphQLObjectType, GraphQLSchema } from "graphql";
export declare function generateSelectionSet(type: GraphQLObjectType, schema: GraphQLSchema, depth?: number, maxDepth?: number, visited?: Set<string>): string;
