import type { ServerBuild } from "@remix-run/server-runtime";
import { GenerateSitemapArgs, SEOOptions } from "../types";
export declare function generateSitemap(args: GenerateSitemapArgs, routes: ServerBuild["routes"], options: SEOOptions): Promise<Response>;
