export declare function sh(command: string): string; export declare function asyncSh(command: string): Promise; export declare function escapeForShell(text: string): string;