import { GraphQLInputType, GraphQLOutputType } from 'graphql'; export declare const renderTyping: (type: GraphQLOutputType | GraphQLInputType, nonNull?: boolean, wrap?: (x: string) => string) => string; //# sourceMappingURL=renderTyping.d.ts.map