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