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