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