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