import type { InstallArgs } from "./types"; export declare function runCliInstaller(args: InstallArgs, version: string): Promise;