/** * Run PowerShell command and return stdout content. * Note: the return value may contains EOL. */ export declare function execPowerShell(command: string): Promise; /** * Run shell command and return stdout content. * Note: the return value may contains EOL. */ export declare function execShell(command: string): Promise; //# sourceMappingURL=process.d.ts.map