import { type DrizzleExecutor } from "../drizzle.js"; /** * Returns the current durable agentRigBindings container identity for one exact agent and chat without applying user-facing authorization. * Port-share routing uses this internal lookup to recover when another server process has already committed a replacement for its stale in-memory share snapshot. */ export declare function agentContainerGetBoundName(executor: DrizzleExecutor, agentUserId: string, chatId: string): Promise; //# sourceMappingURL=agentContainerGetBoundName.d.ts.map