import { FeedObject } from "podverse-partytime"; import { Feed } from "podverse-orm"; export declare const handleGetRSSFeed: (url: string, podcast_index_id: number) => Promise; export declare const handleRequestRSSFeed: (feed: Feed) => Promise; type HandleParsedFeedOptions = { forceParse?: boolean; }; export declare const handleParsedFeed: (parsedFeed: FeedObject, feed: Feed, options?: HandleParsedFeedOptions) => Promise; export {}; //# sourceMappingURL=feed.d.ts.map