import { BasePlugin } from 'appium/plugin.js'; import type { W3CCapsLike } from './types.js'; export declare class RelaxedCapsPlugin extends BasePlugin { createSession(next: () => Promise, driver: { createSession: (...args: unknown[]) => Promise; }, caps1: W3CCapsLike | null, caps2?: W3CCapsLike | null, caps3?: W3CCapsLike | null, ...restArgs: unknown[]): Promise; private fixCapsIfW3C; private isW3cCaps; private addVendorPrefix; } //# sourceMappingURL=plugin.d.ts.map