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