import { DependencyStatsOutput } from './types';
export declare function printStats(dependencyStats: DependencyStatsOutput): string;
