import type { KlawConfig } from "../../config/types.klaw.js"; export declare function listBundledChannelIdsWithConfiguredState(): string[]; export declare function hasBundledChannelConfiguredState(params: { channelId: string; cfg: KlawConfig; env?: NodeJS.ProcessEnv; }): boolean;