import { GraphQLScalarType } from "graphql";
export declare const HSLScalar = "scalar HSL";
export declare const HSL: GraphQLScalarType;
