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