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