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