import { NotificationAction } from './Notifications.types'; declare const _default: { getNotificationCategoriesAsync(): Promise; setNotificationCategoryAsync(identifier: string, actions: NotificationAction[], options?: object): Promise; deleteNotificationCategoryAsync(identifier: string): Promise; }; export default _default; //# sourceMappingURL=NotificationCategoriesModule.web.d.ts.map