import { GraphQLScalarType } from "graphql";
export declare const RGBAScalar = "scalar RGBA";
export declare const RGBA: GraphQLScalarType;
