import { TestHarness } from './interfaces';
export declare const harnessFactory: () => TestHarness;
