/**
 * Trigger Mass Update
 * @returns {Promise<any>}
 */
export function updateObjects(): Promise<any>;
