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