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