import { z } from 'zod'; export declare enum TriggerRunStatus { COMPLETED = "COMPLETED", FAILED = "FAILED", INTERNAL_ERROR = "INTERNAL_ERROR", TIMED_OUT = "TIMED_OUT" } export declare const TriggerStatusReport: z.ZodObject<{ pieces: z.ZodRecord>; totalRuns: z.ZodNumber; }, z.core.$strip>>; }, z.core.$strip>; export type TriggerStatusReport = z.infer; //# sourceMappingURL=trigger-run.d.ts.map