import { NotificationsService, SendNotificationOptions } from "podverse-external-services/dist/services/notifications"; import { AccountFCMDeviceService, Channel, Item, ItemService } from "podverse-orm"; import { HandleParsedItemsResult } from "../rss/item/item"; import { HandleParsedLiveItemsResult } from "../rss/liveItem/liveItem"; export declare const handleNotifications: (items: Item[], accountFCMDeviceService: AccountFCMDeviceService, sendNotificationMethod: (fcmTokens: string[], options: SendNotificationOptions) => Promise) => Promise; export declare const handleNewItemsNotifications: (newItemIdentifiers: HandleParsedItemsResult, channel: Channel, notificationsService: NotificationsService, accountFCMDeviceService: AccountFCMDeviceService, itemService: ItemService) => Promise; export declare const handleNewLiveItemsNotifications: (newLiveItemIdentifiers: HandleParsedLiveItemsResult, channel: Channel, notificationsService: NotificationsService, accountFCMDeviceService: AccountFCMDeviceService, itemService: ItemService) => Promise; //# sourceMappingURL=index.d.ts.map