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