import type { SitemapUrlInput } from '../types';
export declare function asSitemapUrl(url: SitemapUrlInput | Record<string, any>): SitemapUrlInput;
