UNPKG

385 BTypeScriptView Raw
1import { ExecOptions } from "./util";
2/** @private */
3export declare function execWine(file: string, args: Array<string>, options?: ExecOptions): Promise<string>;
4/** @private */
5export declare function prepareWindowsExecutableArgs(args: Array<string>, exePath: string): string[];
6/** @private */
7export declare function checkWineVersion(checkPromise: Promise<string>): Promise<void>;