import { GraphQLSchema, GraphQLType } from 'graphql';
export declare function isRootQueryType(schema: GraphQLSchema, type: GraphQLType | string): boolean;
