import type { DrizzleExecutor } from "../drizzle.js"; /** * Lists active human users whose bootstrap ownership or built-in role grants server-administrator visibility. * Project creation uses this exact durable authority projection to target private-directory hints without publishing their metadata server-wide. */ export declare function userServerAdminList(executor: DrizzleExecutor): Promise; //# sourceMappingURL=userServerAdminList.d.ts.map