import { GraphQLScalarType } from 'graphql'; export declare function createScalarType(name: string, instance: Partial): GraphQLScalarType;