import { GraphQLScalarType } from 'graphql/type/definition';
export default function (name?: string): GraphQLScalarType;
