import { GitLabActivity } from '../types/index.js'; export declare class GitLabIntegration { private client; private userId; private token; private gitlabUrl; debugInfo: any; initialize(token: string, gitlabUrl?: string): Promise; private ensureUserId; getActivityForDate(dateStr: string): Promise; private processEvent; private projectNameCache; private getProjectName; } //# sourceMappingURL=gitlab.d.ts.map