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