import { SiteMapURL } from "./types";
export declare function recursePagesDir(root: string): Promise<SiteMapURL[]>;
