import { Config } from '@jest/types'; import type { JestHookSubscriber, WatchPlugin } from 'jest-watcher'; import { append } from 'test-progress-tracker'; export declare class ProgressReporter implements WatchPlugin { appendTestResult: typeof append; filtered: boolean; run(config: Partial>): Promise; apply(jestHooks: Pick): void; }