export declare const getNavigationHrefs: (baseDir: string) => Promise<{
    hrefs: string[];
    configFile: string;
} | undefined>;
