import type { KlawConfig } from "../config/types.klaw.js"; import type { RuntimeEnv } from "../runtime.js"; export declare function promptGatewayConfig(cfg: KlawConfig, runtime: RuntimeEnv): Promise<{ config: KlawConfig; port: number; token?: string; }>;