import type { OpenClawConfig } from "./types.openclaw.js";
export declare function isChannelConfigured(cfg: OpenClawConfig, channelId: string, env?: NodeJS.ProcessEnv): boolean;
