1export default { 2 async getNotificationCategoriesAsync() { 3 return null; 4 }, 5 async setNotificationCategoryAsync(identifier, actions, options) { 6 return null; 7 }, 8 async deleteNotificationCategoryAsync(identifier) { 9 return null; 10 }, 11}; 12//# sourceMappingURL=NotificationCategoriesModule.web.js.map