export declare function runCommand(command: string, args: string[], cwd: string, timeoutMs: number): Promise<{ success: boolean; output: string; }>; //# sourceMappingURL=run-command.d.ts.map