export declare function markDeleted(entity: T): T; export declare function markIdRev(entity: T, res: { id?: string; rev?: string; }): T;