import { GraphQLType } from 'graphql';
/**
 * Checks if a type is a list type or a wrapped list type (ie: wrapped with non-null)
 */
export declare function hasListType(type: GraphQLType): boolean;
