declare module 'php-escape-shell' { export function php_escapeshellcmd(path: string): string; }