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