import { CommandLineInputs, CommandLineOptions, Command } from '@ionic/cli-utils'; /** * Metadata about the docs command */ export declare class ListCommand extends Command { run(inputs: CommandLineInputs, options: CommandLineOptions): Promise; }