import { GraphQLOutputType, GraphQLInputType } from 'graphql'; declare const renderTyping: (type: GraphQLOutputType | GraphQLInputType, nonNull?: boolean, wrap?: (x: string) => string) => string; export { renderTyping };