import { IntrospectionType, IntrospectionListTypeRef, IntrospectionTypeRef } from 'graphql'; declare const isRequired: (type: IntrospectionType | IntrospectionListTypeRef | IntrospectionTypeRef) => any; export default isRequired;