export declare const ShellHelper: {
    isProgramInstalled(programName: string): boolean;
    exec(cmd: string, cwd?: string): void;
};
