import type { CommandActionType, PackageManager } from "@powerhousedao/ph-cli"; import type { Command } from "commander"; export declare function installDependency(packageManager: PackageManager, dependencies: string[], projectPath: string, workspace?: boolean): string; export declare function buildInstallCommand(packageManager: PackageManager, dependencies: string[], workspace?: boolean): string; export declare const install: CommandActionType<[ string[] | undefined, { debug?: boolean; global?: boolean; workspace?: boolean; packageManager?: string; } ]>; export declare function installCommand(program: Command): void; //# sourceMappingURL=install.d.ts.map