export interface AnalyzeRepoOptions { repoUrl: string; branch: string; auth?: string; } export declare function analyzeRepo({ repoUrl, branch, auth }: AnalyzeRepoOptions): Promise; //# sourceMappingURL=analyze-repo.d.ts.map