import { ManifestUpdateCommand } from "./command.js"; export default class UpdateCloudPlatformCommand extends ManifestUpdateCommand { private sapCloudService; constructor(sapCloudService: string | undefined); execute(manifest: any): Promise; }