import { controllerResponse, update } from "../../types";
export declare function updateManyDocument(body: update): Promise<controllerResponse>;
