import { type InstallTargetId } from "./targets.js"; export declare function promptTargetSelect(): Promise; export declare function promptCustomConfigPath(): Promise; export declare function promptConfirmOverwrite(serverName: string, configPath: string): Promise;