import { ObjectId } from 'mongodb'; import { GraphQLScalarType } from 'graphql'; export declare const graphqlTypeObjectId: GraphQLScalarType; export declare const graphqlTypeDate: GraphQLScalarType;