import { type WorkflowContext } from '@agenticvault/agentic-vault/protocols'; import { type OpenClawPluginApi, type OpenClawPluginConfig } from './types.js'; /** * Register all OpenClaw tools. * 7 safe tools are always registered. * 2 dual-gated tools are only registered when enableUnsafeRawSign is true. */ export declare function registerTools(api: OpenClawPluginApi, ctx: WorkflowContext, config: OpenClawPluginConfig): void;