/// <reference types="node" />
import { ITestClosures } from './types';
/**
 * Skip the test on the specified platform.
 */
export declare function skipOn(platform: NodeJS.Platform): ITestClosures;
export declare function skipOn(...platforms: NodeJS.Platform[]): ITestClosures;
