import { GraphQLInputObjectType } from 'graphql'; import { RenderContext } from '../common/RenderContext'; export declare const inputObjectType: (type: GraphQLInputObjectType, ctx: RenderContext) => void; //# sourceMappingURL=inputObjectType.d.ts.map