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