import { GraphQLUnionType } from 'graphql'; import { RenderContext } from '../common/RenderContext.js'; import 'prettier'; import '../../main.js'; import 'listr2'; declare const unionType: (type: GraphQLUnionType, ctx: RenderContext) => void; export { unionType };