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