import type { AppiumLogger, DoctorCheckResult, IDoctorCheck } from '@appium/types'; export declare class EnvVarAndPathCheck implements IDoctorCheck { private readonly varName; log: AppiumLogger; constructor(varName: string); diagnose(): Promise; fix(): Promise; hasAutofix(): boolean; isOptional(): boolean; } //# sourceMappingURL=common.d.ts.map