/*! * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import { Command } from '@oclif/command'; export default class HelpPage extends Command { static description: string; run(): Promise; }