export declare const SITEMAP_CONFIG_DEFAULTS: {
    filenameBase: string;
    entryLimit: number;
    namespaces: {
        news: true;
        xhtml: true;
        image: true;
        video: true;
    };
};
