import { RenderContext } from '../common/RenderContext'; import { Type } from './renderTypeMap'; export declare const scalarType: (type: import("graphql").GraphQLLeafType, _: RenderContext) => Type;