import { type DrizzleExecutor } from "../drizzle.js"; /** * Lists distinct durable container bindings owned by active agents that startup must validate against the current runtime configuration generation. * Excluding inactive identities prevents startup repair from recreating their runtime sessions while returning only container identities keeps unrelated chat state out of orchestration. */ export declare function agentContainerListBoundNames(executor: DrizzleExecutor): Promise; //# sourceMappingURL=agentContainerListBoundNames.d.ts.map