import type { CommandModule } from "yargs"; export interface InstallAgentsArgv { agent?: string[]; scope?: "project" | "global"; force: boolean; yes: boolean; "dry-run": boolean; dryRun?: boolean; } export declare const installAgentsCommand: CommandModule<{}, InstallAgentsArgv>; //# sourceMappingURL=command.d.ts.map