import { AggregatedResult } from '@jest/reporters';
export declare const getSummary: (aggregatedResults: AggregatedResult, options?: {
    currentTestCases?: any;
    estimatedTime?: number;
    roundTime?: boolean;
    width?: number;
}) => string;
