import type { AIRegistryStatistics } from "./types.js"; /** Human-readable summary for logs and CLI. */ export declare function formatRegistryStatistics(stats: AIRegistryStatistics): string; //# sourceMappingURL=formatRegistryStatistics.d.ts.map