import type { IDoctorCheck } from '@appium/types';
export declare class GeckodriverCheck implements IDoctorCheck {
    log: import('@appium/types').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