import { ISourceProps } from '../../../components/molecules/source-props/ISourceProps';
import { IFpsHubSiteDataReturn } from '../../../types/fps-returns/sites/nav/INavigationLink';
/**
 * To get a parent node, this is the filter structure you want to include (without including the $filter=)
    $filter= `ParentNodeId eq ${ParentNodeId}`

    NOTE:  This api currently needs to use Odata V4.  At least I think it does based on pnpjs v2

 *    2024-12-29:  Has been moved to fps-core-v7
 *    import { getHubSiteDataAPI, } from "@mikezimm/fps-core-v7/lib/restAPIs/sites/nav/getHubSiteDataAPI";

 * @param sourceProps
 * @param alertMe
 * @param consoleLog
 * @param body
 * @returns
 */
export declare function getHubSiteDataAPI(sourceProps: ISourceProps, alertMe: boolean | undefined, consoleLog: boolean | undefined): Promise<IFpsHubSiteDataReturn>;
//# sourceMappingURL=getHubSiteDataAPI.d.ts.map