import { Types } from 'mongoose';
export declare function toMongoObjectId({ value, key }: {
    value: any;
    key: any;
}): Types.ObjectId;
