import { JsonResults, TestResult } from '../types';
export declare function resultsToString(results: JsonResults[]): string;
export declare function resultToString(filePath: string, result: TestResult, nested?: boolean): string;
