export declare function getPublicGitHubData(owner: string, repo: string): Promise<{ repo: { name: any; full_name: any; description: any; stars: any; updated_at: any; }; commits: { sha: any; message: any; author: any; date: any; url: any; verified: any; }[]; contributors: { login: any; avatar_url: any; contributions: any; }[]; } | null>; export declare function getRepoPRs(owner: string, repo: string): Promise<{ id: string; number: any; title: any; repo: string; branch: any; author: any; status: any; updatedAt: any; detectedTicket: string | null; confidence: string | null; html_url: any; }[]>; export declare function getRepoFiles(owner: string, repo: string): Promise; //# sourceMappingURL=github-public.d.ts.map