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