UNPKG

@wdio/browserstack-service

Version:
9 lines 303 B
declare class PercyBinary { #private; constructor(); getBinaryPath(): Promise<string>; validateBinary(binaryPath: string): Promise<unknown>; download(destParentDir: string, response?: Response): Promise<string>; } export default PercyBinary; //# sourceMappingURL=PercyBinary.d.ts.map