import { GraphQLSchema } from "graphql"; export declare const reconcileRootOperationTypes: (schema: GraphQLSchema) => GraphQLSchema;