import { GraphQLScalarType } from "graphql";
export declare const URLScalar = "scalar URL";
export declare const URL: GraphQLScalarType;
