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