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