import { IntrospectionTypeRef } from 'graphql'; declare const isList: (type: IntrospectionTypeRef) => boolean; export default isList;