export declare type UpdateData = { _id: string; set: { [key: string]: any; }; inc: { [key: string]: number; }; };