import { type DrizzleExecutor } from "../../drizzle.js"; /** * Requires an administrator profile whose users lifecycle state is active. * Applying the complete identity predicate here gives every automation management action the same server-level authority check. */ export declare function requireAdmin(executor: DrizzleExecutor, userId: string): Promise; //# sourceMappingURL=requireAdmin.d.ts.map