/**
 * @deprecated Compatibility facade for older third-party channel packages that
 * imported the previous Matrix-shaped helper bundle. New plugins should import
 * `openclaw/plugin-sdk/run-command` directly.
 */
export { runPluginCommandWithTimeout } from "./run-command.js";
