import { GraphQLScalarType } from 'graphql'; import { RenderContext } from '../common/RenderContext'; export declare function renderScalarTypes(ctx: RenderContext, types: GraphQLScalarType[]): string; //# sourceMappingURL=scalarType.d.ts.map