Ark
import type { SitemapOptions } from './index.js';
export const SITEMAP_CONFIG_DEFAULTS: SitemapOptions & any = {
entryLimit: 45000,
};