import { TestStats } from './getTestStats';
export declare function statsToString({ passing, failing, skipped }: TestStats): string;
