import { Bundle } from "@createdreamtech/carti-core"; import program from "commander"; import { Config } from "../../lib/config"; export declare const addInstallCommand: (config: Config) => program.Command; export declare function handleInstall(config: Config, name: string, first: boolean, noprogress: boolean, global?: boolean): Promise;