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