import { LocalFidelityReport } from "@animaapp/scooby-shared"; import { FidelityEntriesOutcome } from "./threshold"; export declare function generateReport(context: { name: string; commitHash: string; outcome: FidelityEntriesOutcome; }): Promise;