import { GraphQLSchema } from 'graphql'; import { RenderContext } from '../common/RenderContext.cjs'; import 'prettier'; import '../../main.cjs'; import 'listr2'; declare const renderModuleAugmentation: (_schema: GraphQLSchema, ctx: RenderContext) => void; declare const enhanceMutationGenqlSelection: (schemaFileContents: string) => string; export { enhanceMutationGenqlSelection, renderModuleAugmentation };