import { RenderContext } from '../common/RenderContext';
import { FieldMap } from '@gqlts/runtime/dist/types';
import { GraphQLUnionType } from 'graphql';
export declare function unionType(type: GraphQLUnionType, _: RenderContext): FieldMap<string>;
