openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
14 lines • 511 B
TypeScript
import { t as AcpRuntimeBackend } from "./registry-CakSNsge.js";
//#region src/plugin-sdk/acp-runtime.d.ts
/** Lazy ACP test helper facade combining control-plane and runtime registry helpers. */
declare const testing: {
resetAcpSessionManagerForTests(): void;
setAcpSessionManagerForTests(manager: unknown): void;
} & {
resetAcpRuntimeBackendsForTests(): void;
getAcpRuntimeRegistryGlobalStateForTests(): {
backendsById: Map<string, AcpRuntimeBackend>;
};
};
//#endregion
export { testing as t };