export declare const isEntityObject: (obj: any) => obj is {
    _id: string;
};
