import { GraphQLScalarType } from 'graphql';
export declare const GraphQLURL: GraphQLScalarType<unknown, unknown>;
