UNPKG

324 BTypeScriptView Raw
1import { ExecFileOptions } from "child_process";
2/** @private */
3export declare function execWine(file: string, file64?: string | null, appArgs?: Array<string>, options?: ExecFileOptions): Promise<string>;
4/** @private */
5export declare function prepareWindowsExecutableArgs(args: Array<string>, exePath: string): string[];