import { GraphQLScalarType } from "graphql";
/**
 * Represents an Timestamp
 */
export declare const Timestamp: GraphQLScalarType;
