/** * Cross-walk from a portalUrl to the corresponding Hub API Url * * If the passed url is not recognized, then this will return `undefined` * @param portalUrl * @returns */ export declare function getHubApiFromPortalUrl(portalUrl: string): string;