import { Episode } from "podverse-partytime"; import { ChannelSeasonIndex, EntityManager, Item } from "podverse-orm"; export declare const handleParsedItemSeason: (parsedItem: Episode, item: Item, channelSeasonIndex: ChannelSeasonIndex, transactionalEntityManager?: EntityManager) => Promise; //# sourceMappingURL=itemSeason.d.ts.map