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