/** * Assemble a NEUTRAL `VerificationRun` from check results. harness EMITS this artifact and * never writes into `@sentropic/track` — a track-side adapter ingests it (no track import here). */ export function toVerificationRun(checks: any, ctx: any): { schemaVersion: number; runId: any; commit: any; branch: any; env: any; runner: any; category: any; command: any; result: string; startedAt: any; finishedAt: any; checks: any; violations: any; artifactLocator: any; artifacts: any; }; //# sourceMappingURL=emit.d.ts.map