import { type OASStatsAccumulator, type AsyncAPIStatsAccumulator } from '@redocly/openapi-core'; export declare function printStats(statsAccumulator: OASStatsAccumulator | AsyncAPIStatsAccumulator, api: string, startedAt: number, format: string): void; //# sourceMappingURL=index.d.ts.map