import { Document, UpdateDescription } from "mongodb";
export declare function updateDescriptionToU(upd: UpdateDescription): Document;
