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