import type { MachineReport } from "@intentic/sandbox-contract"; import { type SyncState } from "./config.js"; export declare const buildReport: (state: SyncState, mutagen: string | undefined, watcher: MachineReport["watcher"], capturedAt: number) => MachineReport; export declare const machineReport: (mutagen: string | undefined) => Promise; export declare const scopedReport: (report: MachineReport, sandboxId: string) => MachineReport; //# sourceMappingURL=report.d.ts.map