| 12345678 |
- import { CommandLineInputs, CommandLineOptions } from '@ionic/cli-framework';
- import { CommandInstanceInfo, CommandMetadata } from '../../definitions';
- import { LiveUpdatesConfCommand } from './core';
- export declare class ConfigureCommand extends LiveUpdatesConfCommand {
- getMetadata(): Promise<CommandMetadata>;
- preRun(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>;
- run(inputs: CommandLineInputs, options: CommandLineOptions, runinfo: CommandInstanceInfo): Promise<void>;
- }
|