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