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