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