export declare function shellQuote(arg: string): string; export declare function shellJoin(args: string[]): string;