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