import { GraphQLSchema } from 'graphql'; export declare function getTypeNames(ast: GraphQLSchema): string[];