import { GraphQLInterfaceType, GraphQLObjectType } from 'graphql'; import { RenderContext } from '../common/RenderContext'; export declare const objectType: (type: GraphQLInterfaceType | GraphQLObjectType, ctx: RenderContext) => void;