import { Episode } from "podverse-partytime"; import { EntityManager, Item, Channel } from "podverse-orm"; export declare const handleParsedItemValue: (parsedItem: Episode, item: Item, channel: Channel, transactionalEntityManager?: EntityManager) => Promise; //# sourceMappingURL=itemValue.d.ts.map