/** * Re-run a previously tracked command by its ID. */ export declare function runCommand(idStr: string): Promise; //# sourceMappingURL=run.d.ts.map