import { ObjectId } from 'bson';
export declare abstract class BaseEntity3 {
    _id: ObjectId;
    id: string;
}
