import { GraphQLScalarType } from 'graphql';
declare const Url: GraphQLScalarType;
export { Url };
