import type { Runner } from 'protractor'; import type { ProtractorReport } from './reporter'; /** * ## Learn more * - [Protractor framework adapters](https://github.com/angular/protractor/blob/master/lib/frameworks/README.md#framework-adapters-for-protractor) * * @param runner * @param specs * * @group Integration */ export declare function run(runner: Runner, specs: string[]): Promise; //# sourceMappingURL=run.d.ts.map