import { GraphQLType } from 'graphql';
export declare function listItemType(type: GraphQLType): GraphQLType;
