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