import type { OpenClawConfig } from "../config/config.js"; export declare function ensureRuntimePluginsLoaded(params: { config?: OpenClawConfig; workspaceDir?: string | null; }): void;