import { GraphQLScalarType } from 'graphql';
declare const DateTime: GraphQLScalarType;
export { DateTime };
