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