export declare const runShellCommand: (command: string, cwd?: string) => Promise; export declare const reportProcessPid: (name: string) => Promise; export declare const getAllProcessPids: () => Promise<{ name: string; pid: number; }[]>; //# sourceMappingURL=shell.d.ts.map