import { TestsWithResults } from '../../types';
export declare function reportResults(results: TestsWithResults[], cwd: string): Promise<void>;
