import { type DrizzleExecutor } from "../drizzle.js"; /** * Reads users to return the one live default product agent without changing durable state. * Centralizing the role predicate prevents channel and conversation actions from selecting another executable agent. */ export declare function agentDefaultRequire(executor: DrizzleExecutor): Promise; //# sourceMappingURL=agentDefaultRequire.d.ts.map