/*! * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import Command from '@oclif/command'; export declare function getProjectNameFromManifest(command: Command): string | undefined;