/** * Given an org url, get the portal base url * * i.e. https://myorg.maps.arcgis.com will return https://www.arcgis.com * * @param orgUrl * @returns */ export declare function getPortalBaseFromOrgUrl(orgUrl: string): string;