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