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