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