import type { H3Event } from 'h3'; import type { ModuleRuntimeConfig } from '../types.js'; export * from '../utils-pure.js'; export declare function xmlEscape(str: string): string; export declare function useSitemapRuntimeConfig(e?: H3Event): ModuleRuntimeConfig;