import type { DetectedIDE } from './ide/types.js'; export declare function installGlobally(ides: DetectedIDE[], remote?: boolean): Promise;