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