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