import type { PluginState } from "./state.js"; import type { OpenClawPluginApi } from "./types.js"; export declare function registerSecrTools(api: OpenClawPluginApi, state: PluginState): void; //# sourceMappingURL=tools.d.ts.map