import { type InteractiveSessionManager } from "../../interactive-session/manager.js"; import type { InteractiveSessionsPort } from "../ports/interactive-sessions-port.js"; /** Backs `InteractiveSessionsPort` with the process-wide session manager. */ export declare function createCurrentInteractiveSessionsPort(manager?: InteractiveSessionManager): InteractiveSessionsPort;