import { GraphQLSchema } from 'graphql'; export declare function typeExists(graphqlSchema: GraphQLSchema, typename: string): boolean;