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