import { type InteractiveSessionManager } from "../../interactive-session/manager.js"; import type { InteractiveSessionsPort } from "../ports/interactive-sessions-port.js"; export declare function createCurrentInteractiveSessionsPort(manager?: InteractiveSessionManager): InteractiveSessionsPort;