import { IPortal } from "@esri/arcgis-rest-portal"; /** * Return the Portal url based on the portal self * @param {Object} portal Portal Self */ export declare function getHubApiUrlFromPortal(portal: IPortal): string;