import type { KlawConfig } from "../config/types.klaw.js"; export declare function collectRuntimeChannelCapabilities(params: { cfg?: KlawConfig; channel?: string | null; accountId?: string | null; }): string[] | undefined;