import type { TestRunnerAdapter } from '@serenity-js/core/adapter'; import type { ModuleLoader } from '@serenity-js/core/io'; import { Path } from '@serenity-js/core/io'; import type { WebdriverIOConfig } from '../config/index.js'; export declare class TestRunnerLoader { private readonly loader; private readonly cwd; private readonly cid; private readonly fileSystem; private readonly finder; constructor(loader: ModuleLoader, cwd: Path, cid: string); runnerAdapterFor(config: WebdriverIOConfig): TestRunnerAdapter; private cucumberAdapter; private jasmineAdapter; private mochaAdapter; } //# sourceMappingURL=TestRunnerLoader.d.ts.map