import type { AppiumLogger, IDoctorCheck } from '@appium/types'; export declare class GeckodriverCheck implements IDoctorCheck { log: AppiumLogger; diagnose(): Promise; fix(): Promise; hasAutofix(): boolean; isOptional(): boolean; } export declare const geckodriverCheck: GeckodriverCheck; //# sourceMappingURL=required-checks.d.ts.map