export declare type Entry = { date: string; pubdate: string; }; declare const formatSitemap: (entries: Entry[]) => string; export { formatSitemap };