import { controllerResponse, update as UpdateDocument } from "../../types";
export declare function documentBulkUpdate(bodyArray: UpdateDocument[]): Promise<controllerResponse>;
