openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
7 lines (6 loc) • 351 B
TypeScript
import { so as resolveContextEngine } from "./types-C0dQmare.js";
import { t as ensureRuntimePluginsLoaded } from "./runtime-plugins-C5NZwFoH.js";
//#region src/context-engine/init.d.ts
declare function ensureContextEnginesInitialized(): void;
//#endregion
export { ensureContextEnginesInitialized, ensureRuntimePluginsLoaded, resolveContextEngine };