import { t as AcpSessionManager } from "./manager.core-DHluW6rX.js"; //#region src/acp/control-plane/manager.d.ts /** Returns the process-wide ACP session manager singleton. */ declare function getAcpSessionManager(): AcpSessionManager; declare const testing: { resetAcpSessionManagerForTests(): void; setAcpSessionManagerForTests(manager: unknown): void; }; //#endregion export { testing as n, getAcpSessionManager as t };