import type { DetectedIDE } from './ide/types.js'; export declare function detectIDEs(): Promise; export declare function getDefaultIDE(): Promise; export declare function clearIDECache(): void;