import { type DrizzleExecutor } from "../drizzle.js"; import { type Page, type UserAccessTelemetry } from "../operations/types.js"; /** * Pages account access telemetry for an operations administrator, including active sessions and the latest request metadata. * Authorization, aggregation, and stable cursor ordering stay together so sensitive access history has one protected read boundary. */ export declare function userAccessList(executor: DrizzleExecutor, input: { actorUserId: string; before?: string; limit: number; }): Promise>; //# sourceMappingURL=userAccessList.d.ts.map