import { Storage } from "../core/storage"; import { Store } from "../k8s"; export interface StoreMigration { name: string; namespace: string; store: Store; stores: Record; setupWatch: () => void; } export declare function migrateAndSetupWatch(storeData: StoreMigration): Promise; //# sourceMappingURL=migrateStore.d.ts.map