import { RouteRecordRaw } from "vue-router"; export declare const generateSitemapXml: ({ routes, hostname, otherConfig, }: { routes: Array; hostname: string; otherConfig: any; }) => { name: string; configResolved(): void; };