import { GraphQLScalarType } from 'graphql';
declare const Url: GraphQLScalarType<string, string>;
export { Url };
