import { GraphQLScalarType } from "graphql";
export declare const RGBScalar = "scalar RGB";
export declare const RGB: GraphQLScalarType;
