import { GraphQLEnumType, GraphQLScalarType } from 'graphql'; import { RenderContext } from '../common/RenderContext'; import { Type } from '../../runtime/_types'; export declare const scalarType: (type: GraphQLScalarType | GraphQLEnumType, _: RenderContext) => Type; //# sourceMappingURL=scalarType.d.ts.map