import type { KlawConfig } from "../config/types.klaw.js"; export type ChannelRouteTarget = { agentId: string; channels: string[]; }; export declare function collectChannelRouteTargets(cfg: KlawConfig): ChannelRouteTarget[];