import { TestResults } from './test'; /** * All assertions must pass, with no errors, and at least one assertion. * @param test */ export declare function isTestPassing(test: TestResults): boolean;