import type { OpenClawConfig } from "../config/config.js"; import type { RuntimeEnv } from "../runtime.js"; export declare function removeChannelConfigWizard(cfg: OpenClawConfig, runtime: RuntimeEnv): Promise;