import { Condition, ITestClosures } from './types';
/**
 * Run one test of the block targeted on condition.
 */
export declare function onlyIf(condition: Condition): ITestClosures;
