import type { ITestPlatform } from "./types";
export declare function createTestPlatform(platform?: Partial<ITestPlatform>): ITestPlatform;
