import { GraphQLScalarType } from 'graphql'; import { RenderContext } from '../common/RenderContext.cjs'; import 'prettier'; import '../../main.cjs'; import 'listr2'; declare function renderScalarTypes(ctx: RenderContext, types: GraphQLScalarType[]): string; export { renderScalarTypes };