import { GraphQLList, GraphQLType } from 'graphql'; export declare function extractListType(type: GraphQLType): GraphQLList | undefined;