declare module 'shell-escape' { function shellEscape(str: string[]): string; export = shellEscape; }