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