import { CommandLineInputs, CommandLineOptions, CommandPreRun } from '@ionic/cli-utils'; import { CordovaCommand } from './base'; export declare class CompileCommand extends CordovaCommand implements CommandPreRun { preRun(inputs: CommandLineInputs, options: CommandLineOptions): Promise; run(inputs: CommandLineInputs, options: CommandLineOptions): Promise; }