import type { InstallerArgs } from '../run.js'; import type { ArgumentsCamelCase } from 'yargs'; /** * Handle install command execution. */ export declare function handleInstall(argv: ArgumentsCamelCase): Promise;