import type { DetectedConfig, InstallConfig } from "./types";
export declare function promptInstallConfig(detected: DetectedConfig): Promise<InstallConfig | null>;
