import type { DetectedIDE } from './ide/types.js'; export declare const startMessage: string; export declare const intro: () => void; export declare const config: (ide?: DetectedIDE, remote?: boolean) => void;