import type { KlawConfig } from "./config.js"; export declare function resolveChannelConfigRecord(cfg: KlawConfig, channelId: string): Record | null; export declare function hasMeaningfulChannelConfigShallow(value: unknown): boolean; export declare function isStaticallyChannelConfigured(cfg: KlawConfig, channelId: string, env?: NodeJS.ProcessEnv): boolean;