import { GraphQLScalarType } from 'graphql';
declare const DateTime: GraphQLScalarType<Date, Date>;
export { DateTime };
