import VSCodeServiceLauncher from './launcher.js'; import VSCodeWorkerService from './service.js'; import type { WDIOVSCodeServiceOptions as WDIOVSCodeServiceOptionsExtension } from './types.js'; export default VSCodeWorkerService; export declare const launcher: typeof VSCodeServiceLauncher; export * from './pageobjects/index.js'; declare global { namespace WebdriverIO { interface WDIOVSCodeServiceOptions extends WDIOVSCodeServiceOptionsExtension { } } } //# sourceMappingURL=index.d.ts.map