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