import { CommandLineInputs, CommandLineOptions, IonicEnvironment } from '../../definitions'; export declare function set(env: IonicEnvironment, inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>;