import { CliOptions } from '../cli-options'; export declare function handleExecute(app: any, args: CliOptions): Promise;