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