export declare function isAppiumRunning(): Promise; export declare function startAppiumServer(): Promise; export declare function stopAppiumServer(): Promise; export declare function ensureAppiumReady(): Promise; export interface DoctorResult { xcode: { ok: boolean; message: string; }; simulator: { ok: boolean; message: string; }; appium: { ok: boolean; message: string; }; xcuitest: { ok: boolean; message: string; }; } export declare function runDoctor(): Promise; //# sourceMappingURL=server.d.ts.map