export declare function getBinary(): string;
export declare function run(...args: any[]): import("child_process").SpawnSyncReturns<Buffer>;
