import { ScoobyAPI } from "@animaapp/scooby-api"; import { HostedReport } from "@animaapp/scooby-shared"; export declare function fetchReports(api: ScoobyAPI, commit: string): Promise;