import type { FeedObject, FeedType, XmlNode } from "./types"; export declare function handleFeed(feed: XmlNode, feedType: FeedType): FeedObject;