// Webhooks API module exposes the plugin public contract. export { definePluginEntry, type OpenClawPluginApi, type PluginLogger, type PluginRuntime, } from "openclaw/plugin-sdk/core";