import type { ModuleRuntimeConfig, NitroUrlResolvers } from '../../types'; export declare function handleEntry(k: string, e: Record | (string | Record)[]): string | false; export declare function wrapSitemapXml(input: string[], resolvers: NitroUrlResolvers, wrapSitemapXmlOptions: Pick): string; export declare function escapeValueForXml(value: boolean | string | number): string;