import { RenderContext } from '../common/RenderContext';
import { GraphQLInputObjectType } from 'graphql';
export declare function inputObjectType(type: GraphQLInputObjectType, ctx: RenderContext): void;
