import { type AdminUserSummary } from "../chat/types.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Lists every human and agent users record with optional credential status and latest session activity for an administrator. * Accountless local humans and agents remain visible while credential-backed rows include their account telemetry. */ export declare function userAdministrationList(executor: DrizzleExecutor, actorUserId: string): Promise>; //# sourceMappingURL=userAdministrationList.d.ts.map