import { ObjectId } from 'mongodb';
export declare const toMongoID: (objectId: string | ObjectId) => ObjectId;
