import { ScoobyAPI } from "@animaapp/scooby-api"; import { GitHubAPI } from "@animaapp/scooby-github-api/src/types"; import { HostedReport, Review } from "@animaapp/scooby-shared"; export declare function getAggregatedReview(context: { commit: string; api: ScoobyAPI; githubApi: GitHubAPI; isMainBranch: boolean; reports: HostedReport[]; }): Promise; export declare function mergeReviews(reviews: Review[]): Review;