import type { DrizzleExecutor } from "../../drizzle.js"; /** Builds the durable users.active predicate shared by guarded agent execution writes. */ export declare function agentActiveExists(executor: DrizzleExecutor, agentUserId: string): import("drizzle-orm").SQL; //# sourceMappingURL=agentActiveExists.d.ts.map