import { TestResults } from '../types';
export declare function isTestResults(x: any): x is TestResults;
