import type { PackageManager } from "./constants/packageManagement";
export declare const initApp: (dirPath: string, extraQuestions: boolean) => Promise<PackageManager>;
export declare const installPackages: (dirPath: string, packageManager: PackageManager, pluginsToInstall: string[], registry: string) => Promise<string>;
