import { FeedObject } from "podverse-partytime"; import { Channel, ChannelSeason, EntityManager } from "podverse-orm"; export declare const handleParsedChannelTrailer: (parsedFeed: FeedObject, channel: Channel, channelSeasonIndex: Record, transactionalEntityManager?: EntityManager) => Promise; //# sourceMappingURL=channelTrailer.d.ts.map