import ObjectID, { NewObject } from "./ObjectID"; export { OBJECTID_LEN } from "./config"; export { NewObject }; export default ObjectID;