export declare function executeCommand(command: string, args: string[], onProgress?: (newOutput: string) => void): Promise<string>;
//# sourceMappingURL=commandExecutor.d.ts.map