import { type DrizzleExecutor } from "../drizzle.js"; /** * Requires a non-deleted human whose users lifecycle state is active. * Applying the full product-identity predicate here prevents credential-only, disabled, or accountless agent rows from authorizing chat actions. */ export declare function userRequireActive(executor: DrizzleExecutor, userId: string): Promise; //# sourceMappingURL=userRequireActive.d.ts.map