import { GraphQLList, GraphQLType, GraphQLNonNull } from "graphql"; export declare const List: (ofType: any) => GraphQLList; export declare const NonNull: (ofType: any) => GraphQLNonNull;