import type { OpenClawPluginApi } from "openclaw/plugin-sdk"; import type { HookProfilerConfig } from "../types.js"; declare function stopLogTailer(): void; export declare function registerHookProfiler(api: OpenClawPluginApi, openclawHome: string, config?: HookProfilerConfig): void; export { stopLogTailer };