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