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