import type { KlawConfig } from "../config/types.klaw.js"; import type { WizardPrompter } from "../wizard/prompts.js"; import type { SecretInputMode } from "./onboard-types.js"; export declare function promptRemoteGatewayConfig(cfg: KlawConfig, prompter: WizardPrompter, options?: { secretInputMode?: SecretInputMode; }): Promise;