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