import { Condition, ITestClosures } from './types';
/**
 * Skip the test on condition.
 */
export declare function skipIf(condition: Condition): ITestClosures;
