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