import { type DrizzleExecutor } from "../../drizzle.js"; /** Returns whether an active human identity holds the durable server-administrator authority. */ export declare function userIsServerAdminDb(executor: DrizzleExecutor, userId: string): Promise; //# sourceMappingURL=userIsServerAdminDb.d.ts.map