import type { GitlabClient } from "./client.js"; import type { AuditEvent } from "./types.js"; export declare function listProjectAuditEvents(client: GitlabClient, projectId: string | number, query?: Record): Promise;