import { GraphQLScalarType } from "graphql"; declare const _default: GraphQLScalarType; /** * A special custom Scalar type for Dates that converts to a ISO formatted string * @param {String} options.name: * @param {String} options.description: * @param {Date} options.serialize(d) * @param {String} parseValue(value) * @param {Object} parseLiteral(ast) */ export default _default;