import type { PromptSession } from "../prompt-io.js"; import type { OptionalModuleId } from "../setup-intent.js"; export declare function promptForModules(promptSession: PromptSession, profileId: "quick" | "recommended" | "advanced"): Promise; //# sourceMappingURL=module-selection.d.ts.map