interface RunOptions { projectDir: string; commandNames: string[]; shell?: string; root?: string; enableStdin?: boolean; } export declare function handleRunCommand(req: RunOptions): Promise; export {}; //# sourceMappingURL=run-command.d.ts.map