import { GraphQLScalarType } from "graphql";
export declare const GUIDScalar = "scalar GUID";
export declare const GUID: GraphQLScalarType;
