import { GraphQLScalarType } from "graphql"; /** * A custom type for dateTime with the timezone. * Must be in format "YYYY-MM-ddTHH:mm:ss+HH:mm". */ export declare const DateTimeZScalar: GraphQLScalarType;