import { GraphQLScalarType } from "graphql";
export declare const DateTimeScalar = "scalar DateTime";
export declare const DateTime: GraphQLScalarType;
