export declare class Binary { binaryPath: string; installDirectory: string; constructor(); install(): Promise; run(): Promise; private extract; } //# sourceMappingURL=binary.d.ts.map