export declare class ShellHelper { static exec(cmd: string): Promise<{ stdout: string; stderr: string; }>; }