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