import { GitLabActivity } from '../types/index.js'; export declare class GitHubIntegration { private client; private username; initialize(token: string): Promise; getActivityForDate(dateStr: string): Promise; private fetchCommitsForDate; private fetchPullRequestActivity; } //# sourceMappingURL=github.d.ts.map