import { Command } from '@my-devkit/core'; import { StoreSystem } from '@we-scrum/enums'; export declare class UpdateEnvironmentDataStoreSystemCommand extends Command { environmentId: string; storeSystem: StoreSystem; endpoint: string; accountKey: string; database: string; container: string; constructor(); }