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