import { GraphQLInputType, GraphQLOutputType } from 'graphql';
export declare function renderTyping(type: GraphQLOutputType | GraphQLInputType, undefinableValues: boolean, undefinableFields: boolean, root?: boolean, wrap?: any): string;
