export { setAppiumHome, appiumHomeForDriverPath, runtimeHomeHasBrowserDriver }; declare function appiumHomeForDriverPath(driverEntry: string): string | null; declare function runtimeHomeHasBrowserDriver(runtimeDir: string): boolean; declare function setAppiumHome(ctx?: { cacheDir?: string; }): void; //# sourceMappingURL=appium.d.ts.map