import { TestResult, TestResults } from './types';
export declare function displayTestResults(name: string, testResults: TestResults): string;
export declare function displayTestResult(name: string, result: TestResult): string;
