import { FeedObject } from "podverse-partytime"; import { Channel } from "podverse-orm"; export declare const handleParsedChannelSeasons: (parsedFeed: FeedObject, channel: Channel) => Promise; //# sourceMappingURL=channelSeason.d.ts.map