import { GraphQLType } from 'graphql'; import { GQLConcreteType } from '../types'; export default function getType(typeObj: GraphQLType): GQLConcreteType;