436a9631fc
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
6 lines
324 B
TypeScript
6 lines
324 B
TypeScript
import { ExecFileOptions } from "child_process";
|
|
/** @private */
|
|
export declare function execWine(file: string, file64?: string | null, appArgs?: Array<string>, options?: ExecFileOptions): Promise<string>;
|
|
/** @private */
|
|
export declare function prepareWindowsExecutableArgs(args: Array<string>, exePath: string): string[];
|