import type { SecureStore } from '../../secure-store'; import type { DataProvider } from '../../data-provider'; import { ApiHubSettings, ApiHubSettingsKey } from '../../entities/api-hub'; import type { Logger } from '@sap-ux/logger'; export declare const LEGACY_API_HUB_API_SERVICE = "fiori/system/apiHub"; export declare const LEGACY_API_HUB_API_KEY = "API_HUB_API_KEY"; /** * Do NOT export to the outside world */ export declare function migrateToLatestVersion({ dataProvider, secureStore, logger }: { dataProvider: DataProvider; secureStore: SecureStore; logger: Logger; }): Promise; //# sourceMappingURL=migration.d.ts.map