import { CommandInstanceInfo, CommandLineInputs, CommandLineOptions, CommandMetadata } from '../../definitions'; import { LiveUpdatesConfCommand } from './core'; export declare class AddCommand extends LiveUpdatesConfCommand { getMetadata(): Promise; protected buildCordovaLiveUpdateOptions(options: CommandLineOptions): string[]; preRun(inputs: CommandLineInputs, options: CommandLineOptions): Promise; addPlugin(options: CommandLineOptions, runinfo: CommandInstanceInfo, integration?: string): Promise; run(inputs: CommandLineInputs, options: CommandLineOptions, runinfo: CommandInstanceInfo): Promise; }