import { GraphQLScalarType } from "graphql";
export declare const HSLAScalar = "scalar HSLA";
export declare const HSLA: GraphQLScalarType;
