import "typings-global";
export declare let bash: (commandArg: any) => void;
export declare let bashBare: (commandArg: any) => void;