/** * Create 12 bits Hex string ID compatible with MongoDB ID * * @return {string} ID */ export function MongoId(): string; export { ObjectId }; import ObjectId from "bson-objectid";