import { type DrizzleExecutor } from "../drizzle.js"; /** * Reports whether an active human users identity has bootstrap or built-in administrator authority. * This read-only boundary changes no durable state and keeps private-channel discovery from inventing a second administrator definition. */ export declare function userIsServerAdmin(executor: DrizzleExecutor, userId: string): Promise; //# sourceMappingURL=userIsServerAdmin.d.ts.map