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