import type { Serenity } from '@serenity-js/core'; import Reporter from '@wdio/reporter'; import type { Reporters } from '@wdio/types'; /** * @package */ export declare class BrowserCapabilitiesReporter extends Reporter { private readonly tagPrinter; private readonly serenity; private readonly tags; constructor(options: Partial & { serenity: Serenity; }); private recordBrowserAndPlatformTags; private tagsForAll; private emitRecordedTags; } //# sourceMappingURL=BrowserCapabilitiesReporter.d.ts.map