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