import { IUserHubSettings } from "../IUserHubSettings"; /** * @private * Fetch the User Hub Settings and apply migrations * Caller is responsible for ensuring the passed token * is assoicated with the `hubforarcgis` client id * @param username * @param portalUrl * @param token * @returns */ export declare function fetchAndMigrateUserHubSettings(username: string, portalUrl: string, token: string): Promise;