import { RSSFeed } from "../types";
export declare const generateRSSFeed: (feedData: RSSFeed) => string;
