import { type RemoteClawConfig } from "../config/config.js"; export type ChannelSummaryOptions = { colorize?: boolean; includeAllowFrom?: boolean; sourceConfig?: RemoteClawConfig; }; export declare function buildChannelSummary(cfg?: RemoteClawConfig, options?: ChannelSummaryOptions): Promise;