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