1import { NotificationAction } from './Notifications.types'; 2declare const _default: { 3 getNotificationCategoriesAsync(): Promise<null>; 4 setNotificationCategoryAsync(identifier: string, actions: NotificationAction[], options?: object): Promise<null>; 5 deleteNotificationCategoryAsync(identifier: string): Promise<null>; 6}; 7export default _default; 8//# sourceMappingURL=NotificationCategoriesModule.web.d.ts.map