import { GraphQLUnionType } from 'graphql'; import { RenderContext } from '../common/RenderContext'; import { FieldMap } from '../../runtime/_types'; export declare const unionType: (type: GraphQLUnionType, _: RenderContext) => FieldMap; //# sourceMappingURL=unionType.d.ts.map