import type { Emitter } from "./events.js"; export declare function promptForApiKey(emit?: Emitter, jsonMode?: boolean): Promise;