import type { PathValidationResult } from '@wdio/electron-types'; export declare function validateBinaryPaths(binaryPaths: string[]): Promise; export declare function selectExecutable(binaryPaths: string[]): Promise; //# sourceMappingURL=selectExecutable.d.ts.map