import AppiumLauncher from './launcher.js';
import SelectorPerformanceService from './mobileSelectorPerformanceOptimizer/mspo-service.js';
export default class AppiumService extends SelectorPerformanceService {
}
export declare const launcher: typeof AppiumLauncher;
export * from './types.js';
import type { AppiumServiceConfig } from './types.js';
declare global {
    namespace WebdriverIO {
        interface ServiceOption extends AppiumServiceConfig {
        }
    }
}
//# sourceMappingURL=index.d.ts.map