import { Types } from 'mongoose'; export declare const MongoId: () => string; export declare const ObjectId: (id?: string) => Types.ObjectId;