export declare const sitemapLinksGenerator: (url: string) => Promise; export declare const addLinksToXML: (sitemap: any) => Promise; export declare const writeSitemap: (xml: any, path: string) => Promise;