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