export declare function isCliCommand(args: string[]): boolean; export declare function runCliCommand(args: string[]): Promise;