import { type DrizzleExecutor } from "../drizzle.js"; /** * Requires an active users identity with durable-owner or built-in administrator authority. * The immutable built-in marker, rather than the role's editable name or legacy user label, remains the generic administration boundary. */ export declare function userRequireServerAdmin(executor: DrizzleExecutor, userId: string): Promise; //# sourceMappingURL=userRequireServerAdmin.d.ts.map