/// <reference types="node" />
import { ITestClosures } from './types';
/**
 * Run one test of the block targeted for the specified platform.
 */
export declare function onlyOn(platform: NodeJS.Platform): ITestClosures;
export declare function onlyOn(...platforms: NodeJS.Platform[]): ITestClosures;
