import { type IdeId } from "../constants/index.js"; /** * Prompt for target IDE. Pass `preselected` (e.g. from `--ide`) to skip the menu. * Defaults to Cursor when the user accepts the default selection. */ export declare function selectIde(preselected?: string): Promise; //# sourceMappingURL=ideMenu.d.ts.map