import { GraphQLScalarType } from 'graphql';
import { RenderContext } from '../common/RenderContext';
export declare const scalarType: (type: GraphQLScalarType, ctx: RenderContext) => void;
