import { IInstantiationService } from "@codingame/monaco-vscode-api/vscode/vs/platform/instantiation/common/instantiation"; /** * An extension storage has following * - State: Stored using storage service with extension id as key and state as value. * - Resources: Stored under a location scoped to the extension. */ export declare function migrateExtensionStorage(fromExtensionId: string, toExtensionId: string, global: boolean, instantionService: IInstantiationService): Promise;