export declare function run(_testRoot: string, callback: TestRunnerCallback): Promise; export declare type TestRunnerCallback = (error: Error | null, failures?: any) => void; //# sourceMappingURL=index.d.ts.map