import { Phase4PodcastLiveItem } from "podverse-partytime/dist/parser/phase/phase-4"; import { Channel, ChannelSeasonIndex } from "podverse-orm"; export type HandleParsedLiveItemsResult = { newItemGuids: string[]; }; export declare const handleParsedLiveItems: (parsedLiveItems: Phase4PodcastLiveItem[], channel: Channel, channelSeasonIndex: ChannelSeasonIndex) => Promise; //# sourceMappingURL=liveItem.d.ts.map