import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql'; export declare const GraphQLDateTimeISOConfig: GraphQLScalarTypeConfig; export declare const GraphQLDateTimeISO: GraphQLScalarType;