import { type MonorepoTool } from '@code-pushup/utils'; import type { CliArgs, ConfigContext, Tree, WizardProject } from './types.js'; export declare function promptSetupMode(targetDir: string, cliArgs: CliArgs): Promise; export declare function listProjects(cwd: string, tool: MonorepoTool): Promise; export declare function addCodePushUpCommand(tree: Tree, project: WizardProject, tool: MonorepoTool | null): Promise;