import { Factory } from '../../core';
import TestFrameworkSettings from './TestFrameworkSettings';
import TestFramework from './TestFramework';
declare namespace TestFrameworkFactory {
    /**
     * Returns the current instance of the TestFrameworkFactory.
     */
    function instance(): Factory<TestFrameworkSettings, TestFramework>;
}
export default TestFrameworkFactory;
//# sourceMappingURL=TestFrameworkFactory.d.ts.map