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