import { t as AcpRuntimeBackend } from "./registry-B0tOcDID.js"; //#region src/plugin-sdk/acp-runtime.d.ts declare const testing: { resetAcpSessionManagerForTests(): void; setAcpSessionManagerForTests(manager: unknown): void; } & { resetAcpRuntimeBackendsForTests(): void; getAcpRuntimeRegistryGlobalStateForTests(): { backendsById: Map; }; }; //#endregion export { testing as t };