import { IntrospectionNamedTypeRef, IntrospectionTypeRef } from 'graphql'; declare const getFinalType: (type: IntrospectionTypeRef) => IntrospectionNamedTypeRef; export default getFinalType;