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