import { GraphQLUnionType } from 'graphql';
import { RenderContext } from '../common/RenderContext';
export declare function unionType(type: GraphQLUnionType, ctx: RenderContext): void;
